Shades of Robin's Egg Blue #03DDC7
Tints of Robin's Egg Blue #03DDC7
RGB
CMYK
RGB Variations
Color information
#03DDC7 (or 0x03DDC7) is known color: Robin's Egg Blue. HEX triplet: 03, DD and C7. RGB value is (3,221,199). Sum of RGB (Red+Green+Blue) = 3+221+199=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DDC7 is #FC2238. Grayscale: #999999. Windows color (decimal): -16523833 or 13098243. OLE color: 13098243.
HSL color Cylindrical-coordinate representation of color #03DDC7: hue angle of 173.94º degrees, saturation: 0.97, 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 #03DDC7 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 199 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.13 |
| HSL | 173.95º | 0.97% | 0.44% | - |
| HSV(B) | 173.95º | 0.99% | 0.87% | - |
| XYZ | 36.2 | 55.86 | 62.91 | - |
| YUV | 153.31 | 153.78 | 20.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 199 | 0.99 | 0 | 0.10 | 0.13 | 173.95 | 0.97 | 0.44 |
| Hex | 3 | DD | C7 | 63 | 0 | A | D | AE | 61 | 2C |
| Octal | 3 | 335 | 307 | 143 | 0 | 12 | 15 | 256 | 141 | 54 |
| Binary | 11 | 11011101 | 11000111 | 1100011 | 0 | 1010 | 1101 | 10101110 | 1100001 | 101100 |
Color Harmonies of #03DDC7
Complementary color
Monochromatic Colors of #03DDC7
Black with #03DDC7
Text Example
Text Example
White with #03DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDC7; }
p { color: rgb(3,221,199); }
H1.HeaderClassName
{
color: #03DDC7;
}
.AnyTagClassName
{
color: #03DDC7;
}
</style>
background-color css
<style>
a { background-color: #03DDC7; }
a { background-color: rgb(3,221,199); }
div.DivClassName
{
background-color: #03DDC7;
}
.BgClassName
{
background-color: #03DDC7;
}
</style>
border-color css
<style>
span { border-color: #03DDC7; }
span { border-color: rgb(3,221,199); }
td.TdClassName
{
border-color: #03DDC7;
}
.TagClassName
{
border-color: #03DDC7;
}
</style>