Shades of Robin's Egg Blue #04D5CA
Tints of Robin's Egg Blue #04D5CA
RGB
CMYK
RGB Variations
Color information
#04D5CA (or 0x04D5CA) is known color: Robin's Egg Blue. HEX triplet: 04, D5 and CA. RGB value is (4,213,202). Sum of RGB (Red+Green+Blue) = 4+213+202=419 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #04D5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D5CA is #FB2A35. Grayscale: #959595. Windows color (decimal): -16460342 or 13292804. OLE color: 13292804.
HSL color Cylindrical-coordinate representation of color #04D5CA: hue angle of 176.84º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D5CA is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 213 | 202 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.16 |
| HSL | 176.84º | 0.96% | 0.43% | - |
| HSV(B) | 176.84º | 0.98% | 0.84% | - |
| XYZ | 34.5 | 51.88 | 64.07 | - |
| YUV | 149.26 | 157.76 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 202 | 0.98 | 0 | 0.05 | 0.16 | 176.84 | 0.96 | 0.43 |
| Hex | 4 | D5 | CA | 62 | 0 | 5 | 10 | B1 | 60 | 2B |
| Octal | 4 | 325 | 312 | 142 | 0 | 5 | 20 | 261 | 140 | 53 |
| Binary | 100 | 11010101 | 11001010 | 1100010 | 0 | 101 | 10000 | 10110001 | 1100000 | 101011 |
Color Harmonies of #04D5CA
Complementary color
Monochromatic Colors of #04D5CA
Black with #04D5CA
Text Example
Text Example
White with #04D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D5CA; }
p { color: rgb(4,213,202); }
H1.HeaderClassName
{
color: #04D5CA;
}
.AnyTagClassName
{
color: #04D5CA;
}
</style>
background-color css
<style>
a { background-color: #04D5CA; }
a { background-color: rgb(4,213,202); }
div.DivClassName
{
background-color: #04D5CA;
}
.BgClassName
{
background-color: #04D5CA;
}
</style>
border-color css
<style>
span { border-color: #04D5CA; }
span { border-color: rgb(4,213,202); }
td.TdClassName
{
border-color: #04D5CA;
}
.TagClassName
{
border-color: #04D5CA;
}
</style>