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