Shades of Robin's Egg Blue #04CDB8
Tints of Robin's Egg Blue #04CDB8
RGB
CMYK
RGB Variations
Color information
#04CDB8 (or 0x04CDB8) is known color: Robin's Egg Blue. HEX triplet: 04, CD and B8. RGB value is (4,205,184). Sum of RGB (Red+Green+Blue) = 4+205+184=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDB8 is #FB3247. Grayscale: #8E8E8E. Windows color (decimal): -16462408 or 12111108. OLE color: 12111108.
HSL color Cylindrical-coordinate representation of color #04CDB8: hue angle of 173.73º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CDB8 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 205 | 184 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.20 |
| HSL | 173.73º | 0.96% | 0.41% | - |
| HSV(B) | 173.73º | 0.98% | 0.8% | - |
| XYZ | 30.53 | 47.15 | 52.84 | - |
| YUV | 142.51 | 151.41 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 184 | 0.98 | 0 | 0.10 | 0.20 | 173.73 | 0.96 | 0.41 |
| Hex | 4 | CD | B8 | 62 | 0 | A | 14 | AE | 60 | 29 |
| Octal | 4 | 315 | 270 | 142 | 0 | 12 | 24 | 256 | 140 | 51 |
| Binary | 100 | 11001101 | 10111000 | 1100010 | 0 | 1010 | 10100 | 10101110 | 1100000 | 101001 |
Color Harmonies of #04CDB8
Complementary color
Monochromatic Colors of #04CDB8
Black with #04CDB8
Text Example
Text Example
White with #04CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDB8; }
p { color: rgb(4,205,184); }
H1.HeaderClassName
{
color: #04CDB8;
}
.AnyTagClassName
{
color: #04CDB8;
}
</style>
background-color css
<style>
a { background-color: #04CDB8; }
a { background-color: rgb(4,205,184); }
div.DivClassName
{
background-color: #04CDB8;
}
.BgClassName
{
background-color: #04CDB8;
}
</style>
border-color css
<style>
span { border-color: #04CDB8; }
span { border-color: rgb(4,205,184); }
td.TdClassName
{
border-color: #04CDB8;
}
.TagClassName
{
border-color: #04CDB8;
}
</style>