Shades of Robin's Egg Blue #0FC6BF
Tints of Robin's Egg Blue #0FC6BF
RGB
CMYK
RGB Variations
Color information
#0FC6BF (or 0x0FC6BF) is known color: Robin's Egg Blue. HEX triplet: 0F, C6 and BF. RGB value is (15,198,191). Sum of RGB (Red+Green+Blue) = 15+198+191=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC6BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC6BF is #F03940. Grayscale: #8E8E8E. Windows color (decimal): -15743297 or 12568079. OLE color: 12568079.
HSL color Cylindrical-coordinate representation of color #0FC6BF: hue angle of 177.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC6BF is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 191 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.22 |
| HSL | 177.7º | 0.86% | 0.42% | - |
| HSV(B) | 177.7º | 0.92% | 0.78% | - |
| XYZ | 29.8 | 44.25 | 56.26 | - |
| YUV | 142.49 | 155.37 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 191 | 0.92 | 0 | 0.04 | 0.22 | 177.7 | 0.86 | 0.42 |
| Hex | F | C6 | BF | 5C | 0 | 4 | 16 | B2 | 56 | 2A |
| Octal | 17 | 306 | 277 | 134 | 0 | 4 | 26 | 262 | 126 | 52 |
| Binary | 1111 | 11000110 | 10111111 | 1011100 | 0 | 100 | 10110 | 10110010 | 1010110 | 101010 |
Color Harmonies of #0FC6BF
Complementary color
Monochromatic Colors of #0FC6BF
Black with #0FC6BF
Text Example
Text Example
White with #0FC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC6BF; }
p { color: rgb(15,198,191); }
H1.HeaderClassName
{
color: #0FC6BF;
}
.AnyTagClassName
{
color: #0FC6BF;
}
</style>
background-color css
<style>
a { background-color: #0FC6BF; }
a { background-color: rgb(15,198,191); }
div.DivClassName
{
background-color: #0FC6BF;
}
.BgClassName
{
background-color: #0FC6BF;
}
</style>
border-color css
<style>
span { border-color: #0FC6BF; }
span { border-color: rgb(15,198,191); }
td.TdClassName
{
border-color: #0FC6BF;
}
.TagClassName
{
border-color: #0FC6BF;
}
</style>