Shades of Robin's Egg Blue #05CFBD
Tints of Robin's Egg Blue #05CFBD
RGB
CMYK
RGB Variations
Color information
#05CFBD (or 0x05CFBD) is known color: Robin's Egg Blue. HEX triplet: 05, CF and BD. RGB value is (5,207,189). Sum of RGB (Red+Green+Blue) = 5+207+189=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFBD is #FA3042. Grayscale: #909090. Windows color (decimal): -16396355 or 12439301. OLE color: 12439301.
HSL color Cylindrical-coordinate representation of color #05CFBD: hue angle of 174.65º 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 #05CFBD is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 189 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.19 |
| HSL | 174.65º | 0.95% | 0.42% | - |
| HSV(B) | 174.65º | 0.98% | 0.81% | - |
| XYZ | 31.56 | 48.33 | 55.81 | - |
| YUV | 144.55 | 153.08 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 189 | 0.98 | 0 | 0.09 | 0.19 | 174.65 | 0.95 | 0.42 |
| Hex | 5 | CF | BD | 62 | 0 | 9 | 13 | AF | 5F | 2A |
| Octal | 5 | 317 | 275 | 142 | 0 | 11 | 23 | 257 | 137 | 52 |
| Binary | 101 | 11001111 | 10111101 | 1100010 | 0 | 1001 | 10011 | 10101111 | 1011111 | 101010 |
Color Harmonies of #05CFBD
Complementary color
Monochromatic Colors of #05CFBD
Black with #05CFBD
Text Example
Text Example
White with #05CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFBD; }
p { color: rgb(5,207,189); }
H1.HeaderClassName
{
color: #05CFBD;
}
.AnyTagClassName
{
color: #05CFBD;
}
</style>
background-color css
<style>
a { background-color: #05CFBD; }
a { background-color: rgb(5,207,189); }
div.DivClassName
{
background-color: #05CFBD;
}
.BgClassName
{
background-color: #05CFBD;
}
</style>
border-color css
<style>
span { border-color: #05CFBD; }
span { border-color: rgb(5,207,189); }
td.TdClassName
{
border-color: #05CFBD;
}
.TagClassName
{
border-color: #05CFBD;
}
</style>