#02C1C3

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

Shades of Robin's Egg Blue #02C1C3

Tints of Robin's Egg Blue #02C1C3

Color information

#02C1C3 (or 0x02C1C3) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, C1 and C3. RGB value is (2,193,195). Sum of RGB (Red+Green+Blue) = 2+193+195=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #02C1C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C1C3 is #FD3E3C. Grayscale: #878787. Windows color (decimal): -16596541 or 12828930. OLE color: 12828930.

HSL color Cylindrical-coordinate representation of color #02C1C3: hue angle of 180.62º 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 #02C1C3 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2193195-
CMYK0.990.0100.24
HSL180.62º97.97%38.63%-
HSV(B)180.62º98.97%76.47%-
XYZ28.9542.0958.23-
YUV136.12161.2232.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.51%
GREEN value IS 193 (75.78% from 255) = 49.49%
BLUE value IS 195 (76.56% from 255) = 50%
R=0.51%
G=49.49%
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.24
SystemRedGreenBlueCMYKHSL
Decimal21931950.990.0100.24180.6297.9738.63
Hex2C1C3631018b56227
Octal2301303143103026514247
Binary10110000011100001111000111011000101101011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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