Shades of Robin's Egg Blue #04CDC7
Tints of Robin's Egg Blue #04CDC7
RGB
CMYK
RGB Variations
Color information
#04CDC7 (or 0x04CDC7) is known color: Robin's Egg Blue. HEX triplet: 04, CD and C7. RGB value is (4,205,199). Sum of RGB (Red+Green+Blue) = 4+205+199=408 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDC7 is #FB3238. Grayscale: #909090. Windows color (decimal): -16462393 or 13094148. OLE color: 13094148.
HSL color Cylindrical-coordinate representation of color #04CDC7: hue angle of 178.21º 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 #04CDC7 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 205 | 199 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.20 |
| HSL | 178.21º | 0.96% | 0.41% | - |
| HSV(B) | 178.21º | 0.98% | 0.8% | - |
| XYZ | 32.19 | 47.81 | 61.56 | - |
| YUV | 144.22 | 158.91 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 199 | 0.98 | 0 | 0.03 | 0.20 | 178.21 | 0.96 | 0.41 |
| Hex | 4 | CD | C7 | 62 | 0 | 3 | 14 | B2 | 60 | 29 |
| Octal | 4 | 315 | 307 | 142 | 0 | 3 | 24 | 262 | 140 | 51 |
| Binary | 100 | 11001101 | 11000111 | 1100010 | 0 | 11 | 10100 | 10110010 | 1100000 | 101001 |
Color Harmonies of #04CDC7
Complementary color
Monochromatic Colors of #04CDC7
Black with #04CDC7
Text Example
Text Example
White with #04CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDC7; }
p { color: rgb(4,205,199); }
H1.HeaderClassName
{
color: #04CDC7;
}
.AnyTagClassName
{
color: #04CDC7;
}
</style>
background-color css
<style>
a { background-color: #04CDC7; }
a { background-color: rgb(4,205,199); }
div.DivClassName
{
background-color: #04CDC7;
}
.BgClassName
{
background-color: #04CDC7;
}
</style>
border-color css
<style>
span { border-color: #04CDC7; }
span { border-color: rgb(4,205,199); }
td.TdClassName
{
border-color: #04CDC7;
}
.TagClassName
{
border-color: #04CDC7;
}
</style>