Shades of Robin's Egg Blue #04DDBC
Tints of Robin's Egg Blue #04DDBC
RGB
CMYK
RGB Variations
Color information
#04DDBC (or 0x04DDBC) is known color: Robin's Egg Blue. HEX triplet: 04, DD and BC. RGB value is (4,221,188). Sum of RGB (Red+Green+Blue) = 4+221+188=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDBC is #FB2243. Grayscale: #989898. Windows color (decimal): -16458308 or 12377348. OLE color: 12377348.
HSL color Cylindrical-coordinate representation of color #04DDBC: hue angle of 170.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDBC is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 188 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.13 |
| HSL | 170.88º | 0.96% | 0.44% | - |
| HSV(B) | 170.88º | 0.98% | 0.87% | - |
| XYZ | 34.98 | 55.37 | 56.42 | - |
| YUV | 152.36 | 148.11 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 188 | 0.98 | 0 | 0.15 | 0.13 | 170.88 | 0.96 | 0.44 |
| Hex | 4 | DD | BC | 62 | 0 | F | D | AB | 60 | 2C |
| Octal | 4 | 335 | 274 | 142 | 0 | 17 | 15 | 253 | 140 | 54 |
| Binary | 100 | 11011101 | 10111100 | 1100010 | 0 | 1111 | 1101 | 10101011 | 1100000 | 101100 |
Color Harmonies of #04DDBC
Complementary color
Monochromatic Colors of #04DDBC
Black with #04DDBC
Text Example
Text Example
White with #04DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDBC; }
p { color: rgb(4,221,188); }
H1.HeaderClassName
{
color: #04DDBC;
}
.AnyTagClassName
{
color: #04DDBC;
}
</style>
background-color css
<style>
a { background-color: #04DDBC; }
a { background-color: rgb(4,221,188); }
div.DivClassName
{
background-color: #04DDBC;
}
.BgClassName
{
background-color: #04DDBC;
}
</style>
border-color css
<style>
span { border-color: #04DDBC; }
span { border-color: rgb(4,221,188); }
td.TdClassName
{
border-color: #04DDBC;
}
.TagClassName
{
border-color: #04DDBC;
}
</style>