#00D9CB

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

Shades of Robin's Egg Blue #00D9CB

Tints of Robin's Egg Blue #00D9CB

Color information

#00D9CB (or 0x00D9CB) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, D9 and CB. RGB value is (0,217,203). Sum of RGB (Red+Green+Blue) = 0+217+203=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #00D9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D9CB is #FF2634. Grayscale: #969696. Windows color (decimal): -16721461 or 13359360. OLE color: 13359360.

HSL color Cylindrical-coordinate representation of color #00D9CB: hue angle of 176.13º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D9CB is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB0217203-
CMYK100.060.15
HSL176.13º100%42.55%-
HSV(B)176.13º100%85.1%-
XYZ35.5953.9465.03-
YUV150.52157.6120.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 217 (85.16% from 255) = 51.67%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=0%
G=51.67%
B=48.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal0217203100.060.15176.1310042.55
Hex0D9CB6406Fb0642b
Octal0331313144061726014453
Binary01101100111001011110010001101111101100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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