Html Css Color HEX #00D2CB Robin's Egg Blue

📋 copy color: '#00D2CB'

red 0 ◦ green 210 ◦ blue 203

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

Shades of Robin's Egg Blue #00D2CB

Tints of Robin's Egg Blue #00D2CB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 210 (82.42% from 255) = 50.85%

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 0%
G = 50.85%
B = 49.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#00D2CB (or 0x00D2CB) is known color: Robin's Egg Blue. HEX triplet: 00, D2 and CB. RGB value is (0,210,203). Sum of RGB (Red+Green+Blue) = 0+210+203=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #00D2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D2CB is #FF2D34. Grayscale: #929292. Windows color (decimal): -16723253 or 13357568. OLE color: 13357568.

HSL color Cylindrical-coordinate representation of color #00D2CB: hue angle of 178º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D2CB is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 210 203 -
CMYK 1 0 0.03 0.18
HSL 178º 1% 0.41% -
HSV(B) 178º 1% 0.82% -
XYZ 33.83 50.4 64.45 -
YUV 146.41 159.93 23.57 -
System Red Green Blue C M Y K H S L
Decimal 0 210 203 1 0 0.03 0.18 178 1 0.41
Hex 0 D2 CB 64 0 3 12 B2 64 29
Octal 0 322 313 144 0 3 22 262 144 51
Binary 0 11010010 11001011 1100100 0 11 10010 10110010 1100100 101001

Color Harmonies of #00D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D2CB

Black with #00D2CB

Text Example


Text Example

White with #00D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D2CB; }

 p { color: rgb(0,210,203); }

 H1.HeaderClassName
 {
   color: #00D2CB;
 }
 .AnyTagClassName
 {
   color: #00D2CB;
 }
</style>

background-color css

<style>
 a { background-color: #00D2CB; }

 a { background-color: rgb(0,210,203); }

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

border-color css

<style>
 span { border-color: #00D2CB; }

 span { border-color: rgb(0,210,203); }

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