Shades of Robin's Egg Blue #05C9CF
Tints of Robin's Egg Blue #05C9CF
RGB
CMYK
RGB Variations
Color information
#05C9CF (or 0x05C9CF) is known color: Robin's Egg Blue. HEX triplet: 05, C9 and CF. RGB value is (5,201,207). Sum of RGB (Red+Green+Blue) = 5+201+207=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #05C9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C9CF is #FA3630. Grayscale: #8E8E8E. Windows color (decimal): -16397873 or 13617413. OLE color: 13617413.
HSL color Cylindrical-coordinate representation of color #05C9CF: hue angle of 181.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C9CF is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 201 | 207 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.19 |
| HSL | 181.78º | 0.95% | 0.42% | - |
| HSV(B) | 181.78º | 0.98% | 0.81% | - |
| XYZ | 32.21 | 46.31 | 66.27 | - |
| YUV | 143.08 | 164.07 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 207 | 0.98 | 0.03 | 0 | 0.19 | 181.78 | 0.95 | 0.42 |
| Hex | 5 | C9 | CF | 62 | 3 | 0 | 13 | B6 | 5F | 2A |
| Octal | 5 | 311 | 317 | 142 | 3 | 0 | 23 | 266 | 137 | 52 |
| Binary | 101 | 11001001 | 11001111 | 1100010 | 11 | 0 | 10011 | 10110110 | 1011111 | 101010 |
Color Harmonies of #05C9CF
Complementary color
Monochromatic Colors of #05C9CF
Black with #05C9CF
Text Example
Text Example
White with #05C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C9CF; }
p { color: rgb(5,201,207); }
H1.HeaderClassName
{
color: #05C9CF;
}
.AnyTagClassName
{
color: #05C9CF;
}
</style>
background-color css
<style>
a { background-color: #05C9CF; }
a { background-color: rgb(5,201,207); }
div.DivClassName
{
background-color: #05C9CF;
}
.BgClassName
{
background-color: #05C9CF;
}
</style>
border-color css
<style>
span { border-color: #05C9CF; }
span { border-color: rgb(5,201,207); }
td.TdClassName
{
border-color: #05C9CF;
}
.TagClassName
{
border-color: #05C9CF;
}
</style>