#00DDC7

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

Shades of Robin's Egg Blue #00DDC7

Tints of Robin's Egg Blue #00DDC7

Color information

#00DDC7 (or 0x00DDC7) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, DD and C7. RGB value is (0,221,199). Sum of RGB (Red+Green+Blue) = 0+221+199=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDC7 is #FF2238. Grayscale: #989898. Windows color (decimal): -16720441 or 13098240. OLE color: 13098240.

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

Color convert

RGB0221199-
CMYK100.100.13
HSL174.03º100%43.33%-
HSV(B)174.03º100%86.67%-
XYZ36.1755.8462.9-
YUV152.41154.2819.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 52.62%
BLUE value IS 199 (78.12% from 255) = 47.38%
R=0%
G=52.62%
B=47.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0221199100.100.13174.0310043.33
Hex0DDC7640ADae642b
Octal03353071440121525614453
Binary011011101110001111100100010101101101011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,221,199); }

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

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

 a { background-color: rgb(0,221,199); }

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

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

 span { border-color: rgb(0,221,199); }

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