#02C3CA

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

Shades of Robin's Egg Blue #02C3CA

Tints of Robin's Egg Blue #02C3CA

Color information

#02C3CA (or 0x02C3CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, C3 and CA. RGB value is (2,195,202). Sum of RGB (Red+Green+Blue) = 2+195+202=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #02C3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C3CA is #FD3C35. Grayscale: #898989. Windows color (decimal): -16596022 or 13288194. OLE color: 13288194.

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

Color convert

RGB2195202-
CMYK0.990.0300.21
HSL182.1º98.04%40%-
HSV(B)182.1º99.01%79.22%-
XYZ30.243.3162.64-
YUV138.09164.0630.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.50%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=0.50%
G=48.87%
B=50.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21952020.990.0300.21182.198.0440
Hex2C3CA633015b66228
Octal2303312143302526614250
Binary101100001111001010110001111010101101101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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