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

📋 copy color: '#02DDC1'

red 2 ◦ green 221 ◦ blue 193

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

Shades of Robin's Egg Blue #02DDC1

Tints of Robin's Egg Blue #02DDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 0.48%
G = 53.13%
B = 46.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#02DDC1 (or 0x02DDC1) is known color: Robin's Egg Blue. HEX triplet: 02, DD and C1. RGB value is (2,221,193). Sum of RGB (Red+Green+Blue) = 2+221+193=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDC1 is #FD223E. Grayscale: #989898. Windows color (decimal): -16589375 or 12705026. OLE color: 12705026.

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

Color convert

RGB 2 221 193 -
CMYK 0.99 0 0.13 0.13
HSL 172.33º 0.98% 0.44% -
HSV(B) 172.33º 0.99% 0.87% -
XYZ 35.51 55.58 59.31 -
YUV 152.33 150.95 20.78 -
System Red Green Blue C M Y K H S L
Decimal 2 221 193 0.99 0 0.13 0.13 172.33 0.98 0.44
Hex 2 DD C1 63 0 D D AC 62 2C
Octal 2 335 301 143 0 15 15 254 142 54
Binary 10 11011101 11000001 1100011 0 1101 1101 10101100 1100010 101100

Color Harmonies of #02DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDC1

Black with #02DDC1

Text Example


Text Example

White with #02DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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