#02CACC

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

Shades of Robin's Egg Blue #02CACC

Tints of Robin's Egg Blue #02CACC

Color information

#02CACC (or 0x02CACC) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, CA and CC. RGB value is (2,202,204). Sum of RGB (Red+Green+Blue) = 2+202+204=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #02CACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CACC is #FD3533. Grayscale: #8E8E8E. Windows color (decimal): -16594228 or 13421058. OLE color: 13421058.

HSL color Cylindrical-coordinate representation of color #02CACC: hue angle of 180.59º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CACC is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2202204-
CMYK0.990.0100.2
HSL180.59º98.06%40.39%-
HSV(B)180.59º99.02%80%-
XYZ32.0446.6164.44-
YUV142.43162.7427.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.49%
GREEN value IS 202 (79.30% from 255) = 49.51%
BLUE value IS 204 (80.08% from 255) = 50%
R=0.49%
G=49.51%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal22022040.990.0100.2180.5998.0640.39
Hex2CACC631014b56228
Octal2312314143102426514250
Binary10110010101100110011000111010100101101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CACC; }

 p { color: rgb(2,202,204); }

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

<style>
 a { background-color: #02CACC; }

 a { background-color: rgb(2,202,204); }

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

<style>
 span { border-color: #02CACC; }

 span { border-color: rgb(2,202,204); }

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