#02C2C3

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

Shades of Robin's Egg Blue #02C2C3

Tints of Robin's Egg Blue #02C2C3

Color information

#02C2C3 (or 0x02C2C3) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, C2 and C3. RGB value is (2,194,195). Sum of RGB (Red+Green+Blue) = 2+194+195=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #02C2C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2C3 is #FD3D3C. Grayscale: #888888. Windows color (decimal): -16596285 or 12829186. OLE color: 12829186.

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

Color convert

RGB2194195-
CMYK0.990.0100.24
HSL180.31º97.97%38.63%-
HSV(B)180.31º98.97%76.47%-
XYZ29.1742.5458.3-
YUV136.71160.8931.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.51%
GREEN value IS 194 (76.17% from 255) = 49.62%
BLUE value IS 195 (76.56% from 255) = 49.87%
R=0.51%
G=49.62%
B=49.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21941950.990.0100.24180.3197.9738.63
Hex2C2C3631018b46227
Octal2302303143103026414247
Binary10110000101100001111000111011000101101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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