Html Css Color HEX #02DEC8 Robin's Egg Blue

📋 copy color: '#02DEC8'

red 2 ◦ green 222 ◦ blue 200

#02DEC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #02DEC8

Tints of Robin's Egg Blue #02DEC8

RGB

 RED value IS 2 (1.17% from 255) = 0.47%

 GREEN value IS 222 (87.11% from 255) = 52.36%

 BLUE value IS 200 (78.52% from 255) = 47.17%

R = 0.47%
G = 52.36%
B = 47.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#02DEC8 (or 0x02DEC8) is known color: Robin's Egg Blue. HEX triplet: 02, DE and C8. RGB value is (2,222,200). Sum of RGB (Red+Green+Blue) = 2+222+200=424 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #02DEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DEC8 is #FD2137. Grayscale: #999999. Windows color (decimal): -16589112 or 13164034. OLE color: 13164034.

HSL color Cylindrical-coordinate representation of color #02DEC8: hue angle of 174º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DEC8 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 222 200 -
CMYK 0.99 0 0.10 0.13
HSL 174º 0.98% 0.44% -
HSV(B) 174º 0.99% 0.87% -
XYZ 36.57 56.43 63.61 -
YUV 153.71 154.11 19.79 -
System Red Green Blue C M Y K H S L
Decimal 2 222 200 0.99 0 0.10 0.13 174 0.98 0.44
Hex 2 DE C8 63 0 A D AE 62 2C
Octal 2 336 310 143 0 12 15 256 142 54
Binary 10 11011110 11001000 1100011 0 1010 1101 10101110 1100010 101100

Color Harmonies of #02DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DEC8

Black with #02DEC8

Text Example


Text Example

White with #02DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,222,200); }

 H1.HeaderClassName
 {
   color: #02DEC8;
 }
 .AnyTagClassName
 {
   color: #02DEC8;
 }
</style>

background-color css

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

 a { background-color: rgb(2,222,200); }

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

border-color css

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

 span { border-color: rgb(2,222,200); }

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