#02C1CD

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

Shades of Robin's Egg Blue #02C1CD

Tints of Robin's Egg Blue #02C1CD

Color information

#02C1CD (or 0x02C1CD) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, C1 and CD. RGB value is (2,193,205). Sum of RGB (Red+Green+Blue) = 2+193+205=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #02C1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C1CD is #FD3E32. Grayscale: #898989. Windows color (decimal): -16596531 or 13484290. OLE color: 13484290.

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

Color convert

RGB2193205-
CMYK0.990.0600.20
HSL183.55º98.07%40.59%-
HSV(B)183.55º99.02%80.39%-
XYZ30.1142.5664.39-
YUV137.26166.2231.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.5%
GREEN value IS 193 (75.78% from 255) = 48.25%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=0.5%
G=48.25%
B=51.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal21932050.990.0600.20183.5598.0740.59
Hex2C1CD636014b86229
Octal2301315143602427014251
Binary1011000001110011011100011110010100101110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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