Shades of Robin's Egg Blue #0FC5BB
Tints of Robin's Egg Blue #0FC5BB
RGB
CMYK
RGB Variations
Color information
#0FC5BB (or 0x0FC5BB) is known color: Robin's Egg Blue. HEX triplet: 0F, C5 and BB. RGB value is (15,197,187). Sum of RGB (Red+Green+Blue) = 15+197+187=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC5BB is #F03A44. Grayscale: #8D8D8D. Windows color (decimal): -15743557 or 12305679. OLE color: 12305679.
HSL color Cylindrical-coordinate representation of color #0FC5BB: hue angle of 176.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC5BB is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 187 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.23 |
| HSL | 176.7º | 0.86% | 0.42% | - |
| HSV(B) | 176.7º | 0.92% | 0.77% | - |
| XYZ | 29.13 | 43.62 | 53.9 | - |
| YUV | 141.44 | 153.7 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 187 | 0.92 | 0 | 0.05 | 0.23 | 176.7 | 0.86 | 0.42 |
| Hex | F | C5 | BB | 5C | 0 | 5 | 17 | B1 | 56 | 2A |
| Octal | 17 | 305 | 273 | 134 | 0 | 5 | 27 | 261 | 126 | 52 |
| Binary | 1111 | 11000101 | 10111011 | 1011100 | 0 | 101 | 10111 | 10110001 | 1010110 | 101010 |
Color Harmonies of #0FC5BB
Complementary color
Monochromatic Colors of #0FC5BB
Black with #0FC5BB
Text Example
Text Example
White with #0FC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC5BB; }
p { color: rgb(15,197,187); }
H1.HeaderClassName
{
color: #0FC5BB;
}
.AnyTagClassName
{
color: #0FC5BB;
}
</style>
background-color css
<style>
a { background-color: #0FC5BB; }
a { background-color: rgb(15,197,187); }
div.DivClassName
{
background-color: #0FC5BB;
}
.BgClassName
{
background-color: #0FC5BB;
}
</style>
border-color css
<style>
span { border-color: #0FC5BB; }
span { border-color: rgb(15,197,187); }
td.TdClassName
{
border-color: #0FC5BB;
}
.TagClassName
{
border-color: #0FC5BB;
}
</style>