#0acdc5

Color #0ACDC5 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0ACDC5

Tints of Robin's Egg Blue #0ACDC5

Color information

#0ACDC5 (or 0x0ACDC5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, CD and C5. RGB value is (10,205,197). Sum of RGB (Red+Green+Blue) = 10+205+197=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDC5 is #F5323A. Grayscale: #919191. Windows color (decimal): -16069179 or 12963082. OLE color: 12963082.

HSL color Cylindrical-coordinate representation of color #0ACDC5: hue angle of 177.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACDC5 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB10205197-
CMYK0.9500.040.20
HSL177.54º90.7%42.16%-
HSV(B)177.54º95.12%80.39%-
XYZ32.0347.7660.35-
YUV145.78156.931.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 2.43%
GREEN value IS 205 (80.47% from 255) = 49.76%
BLUE value IS 197 (77.34% from 255) = 47.82%
R=2.43%
G=49.76%
B=47.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102051970.9500.040.20177.5490.742.16
HexACDC55F0414b25b2a
Octal12315305137042426213352
Binary101011001101110001011011111010010100101100101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0acdc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0acdc5; }

 p { color: rgb(10,205,197); }

 H1.HeaderClassName
 {
   color: #0acdc5;
 }
 .AnyTagClassName
 {
   color: #0acdc5;
 }
</style>
background-color css

<style>
 a { background-color: #0acdc5; }

 a { background-color: rgb(10,205,197); }

 div.DivClassName
 {
   background-color: #0acdc5;
 }
 .BgClassName
 {
   background-color: #0acdc5;
 }
</style>
border-color css

<style>
 span { border-color: #0acdc5; }

 span { border-color: rgb(10,205,197); }

 td.TdClassName
 {
   border-color: #0acdc5;
 }
 .TagClassName
 {
   border-color: #0acdc5;
 }
</style>