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

📋 copy color: '#02DEC5'

red 2 ◦ green 222 ◦ blue 197

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

Shades of Robin's Egg Blue #02DEC5

Tints of Robin's Egg Blue #02DEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.79%

R = 0.48%
G = 52.73%
B = 46.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#02DEC5 (or 0x02DEC5) is known color: Robin's Egg Blue. HEX triplet: 02, DE and C5. RGB value is (2,222,197). Sum of RGB (Red+Green+Blue) = 2+222+197=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #02DEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DEC5 is #FD213A. Grayscale: #999999. Windows color (decimal): -16589115 or 12967426. OLE color: 12967426.

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

Color convert

RGB 2 222 197 -
CMYK 0.99 0 0.11 0.13
HSL 173.18º 0.98% 0.44% -
HSV(B) 173.18º 0.99% 0.87% -
XYZ 36.22 56.29 61.78 -
YUV 153.37 152.61 20.03 -
System Red Green Blue C M Y K H S L
Decimal 2 222 197 0.99 0 0.11 0.13 173.18 0.98 0.44
Hex 2 DE C5 63 0 B D AD 62 2C
Octal 2 336 305 143 0 13 15 255 142 54
Binary 10 11011110 11000101 1100011 0 1011 1101 10101101 1100010 101100

Color Harmonies of #02DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DEC5

Black with #02DEC5

Text Example


Text Example

White with #02DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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