Shades of Robin's Egg Blue #05C9BC
Tints of Robin's Egg Blue #05C9BC
RGB
CMYK
RGB Variations
Color information
#05C9BC (or 0x05C9BC) is known color: Robin's Egg Blue. HEX triplet: 05, C9 and BC. RGB value is (5,201,188). Sum of RGB (Red+Green+Blue) = 5+201+188=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #05C9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C9BC is #FA3643. Grayscale: #8C8C8C. Windows color (decimal): -16397892 or 12372229. OLE color: 12372229.
HSL color Cylindrical-coordinate representation of color #05C9BC: hue angle of 176.02º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C9BC is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 188 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.21 |
| HSL | 176.02º | 0.95% | 0.4% | - |
| HSV(B) | 176.02º | 0.98% | 0.79% | - |
| XYZ | 30.03 | 45.44 | 54.76 | - |
| YUV | 140.91 | 154.57 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 188 | 0.98 | 0 | 0.06 | 0.21 | 176.02 | 0.95 | 0.4 |
| Hex | 5 | C9 | BC | 62 | 0 | 6 | 15 | B0 | 5F | 28 |
| Octal | 5 | 311 | 274 | 142 | 0 | 6 | 25 | 260 | 137 | 50 |
| Binary | 101 | 11001001 | 10111100 | 1100010 | 0 | 110 | 10101 | 10110000 | 1011111 | 101000 |
Color Harmonies of #05C9BC
Complementary color
Monochromatic Colors of #05C9BC
Black with #05C9BC
Text Example
Text Example
White with #05C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C9BC; }
p { color: rgb(5,201,188); }
H1.HeaderClassName
{
color: #05C9BC;
}
.AnyTagClassName
{
color: #05C9BC;
}
</style>
background-color css
<style>
a { background-color: #05C9BC; }
a { background-color: rgb(5,201,188); }
div.DivClassName
{
background-color: #05C9BC;
}
.BgClassName
{
background-color: #05C9BC;
}
</style>
border-color css
<style>
span { border-color: #05C9BC; }
span { border-color: rgb(5,201,188); }
td.TdClassName
{
border-color: #05C9BC;
}
.TagClassName
{
border-color: #05C9BC;
}
</style>