Shades of Robin's Egg Blue #05CFBB
Tints of Robin's Egg Blue #05CFBB
RGB
CMYK
RGB Variations
Color information
#05CFBB (or 0x05CFBB) is known color: Robin's Egg Blue. HEX triplet: 05, CF and BB. RGB value is (5,207,187). Sum of RGB (Red+Green+Blue) = 5+207+187=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFBB is #FA3044. Grayscale: #909090. Windows color (decimal): -16396357 or 12308229. OLE color: 12308229.
HSL color Cylindrical-coordinate representation of color #05CFBB: hue angle of 174.06º 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 #05CFBB is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 187 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.19 |
| HSL | 174.06º | 0.95% | 0.42% | - |
| HSV(B) | 174.06º | 0.98% | 0.81% | - |
| XYZ | 31.35 | 48.25 | 54.67 | - |
| YUV | 144.32 | 152.08 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 187 | 0.98 | 0 | 0.10 | 0.19 | 174.06 | 0.95 | 0.42 |
| Hex | 5 | CF | BB | 62 | 0 | A | 13 | AE | 5F | 2A |
| Octal | 5 | 317 | 273 | 142 | 0 | 12 | 23 | 256 | 137 | 52 |
| Binary | 101 | 11001111 | 10111011 | 1100010 | 0 | 1010 | 10011 | 10101110 | 1011111 | 101010 |
Color Harmonies of #05CFBB
Complementary color
Monochromatic Colors of #05CFBB
Black with #05CFBB
Text Example
Text Example
White with #05CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFBB; }
p { color: rgb(5,207,187); }
H1.HeaderClassName
{
color: #05CFBB;
}
.AnyTagClassName
{
color: #05CFBB;
}
</style>
background-color css
<style>
a { background-color: #05CFBB; }
a { background-color: rgb(5,207,187); }
div.DivClassName
{
background-color: #05CFBB;
}
.BgClassName
{
background-color: #05CFBB;
}
</style>
border-color css
<style>
span { border-color: #05CFBB; }
span { border-color: rgb(5,207,187); }
td.TdClassName
{
border-color: #05CFBB;
}
.TagClassName
{
border-color: #05CFBB;
}
</style>