Shades of Robin's Egg Blue #05CFB9
Tints of Robin's Egg Blue #05CFB9
RGB
CMYK
RGB Variations
Color information
#05CFB9 (or 0x05CFB9) is known color: Robin's Egg Blue. HEX triplet: 05, CF and B9. RGB value is (5,207,185). Sum of RGB (Red+Green+Blue) = 5+207+185=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFB9 is #FA3046. Grayscale: #8F8F8F. Windows color (decimal): -16396359 or 12177157. OLE color: 12177157.
HSL color Cylindrical-coordinate representation of color #05CFB9: hue angle of 173.47º 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 #05CFB9 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 185 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.19 |
| HSL | 173.47º | 0.95% | 0.42% | - |
| HSV(B) | 173.47º | 0.98% | 0.81% | - |
| XYZ | 31.13 | 48.16 | 53.55 | - |
| YUV | 144.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 185 | 0.98 | 0 | 0.11 | 0.19 | 173.47 | 0.95 | 0.42 |
| Hex | 5 | CF | B9 | 62 | 0 | B | 13 | AD | 5F | 2A |
| Octal | 5 | 317 | 271 | 142 | 0 | 13 | 23 | 255 | 137 | 52 |
| Binary | 101 | 11001111 | 10111001 | 1100010 | 0 | 1011 | 10011 | 10101101 | 1011111 | 101010 |
Color Harmonies of #05CFB9
Complementary color
Monochromatic Colors of #05CFB9
Black with #05CFB9
Text Example
Text Example
White with #05CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFB9; }
p { color: rgb(5,207,185); }
H1.HeaderClassName
{
color: #05CFB9;
}
.AnyTagClassName
{
color: #05CFB9;
}
</style>
background-color css
<style>
a { background-color: #05CFB9; }
a { background-color: rgb(5,207,185); }
div.DivClassName
{
background-color: #05CFB9;
}
.BgClassName
{
background-color: #05CFB9;
}
</style>
border-color css
<style>
span { border-color: #05CFB9; }
span { border-color: rgb(5,207,185); }
td.TdClassName
{
border-color: #05CFB9;
}
.TagClassName
{
border-color: #05CFB9;
}
</style>