Shades of Robin's Egg Blue #0FC9BF
Tints of Robin's Egg Blue #0FC9BF
RGB
CMYK
RGB Variations
Color information
#0FC9BF (or 0x0FC9BF) is known color: Robin's Egg Blue. HEX triplet: 0F, C9 and BF. RGB value is (15,201,191). Sum of RGB (Red+Green+Blue) = 15+201+191=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC9BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC9BF is #F03640. Grayscale: #909090. Windows color (decimal): -15742529 or 12568847. OLE color: 12568847.
HSL color Cylindrical-coordinate representation of color #0FC9BF: hue angle of 176.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC9BF is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 191 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.21 |
| HSL | 176.77º | 0.86% | 0.42% | - |
| HSV(B) | 176.77º | 0.93% | 0.79% | - |
| XYZ | 30.49 | 45.64 | 56.49 | - |
| YUV | 144.25 | 154.38 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 191 | 0.93 | 0 | 0.05 | 0.21 | 176.77 | 0.86 | 0.42 |
| Hex | F | C9 | BF | 5D | 0 | 5 | 15 | B1 | 56 | 2A |
| Octal | 17 | 311 | 277 | 135 | 0 | 5 | 25 | 261 | 126 | 52 |
| Binary | 1111 | 11001001 | 10111111 | 1011101 | 0 | 101 | 10101 | 10110001 | 1010110 | 101010 |
Color Harmonies of #0FC9BF
Complementary color
Monochromatic Colors of #0FC9BF
Black with #0FC9BF
Text Example
Text Example
White with #0FC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC9BF; }
p { color: rgb(15,201,191); }
H1.HeaderClassName
{
color: #0FC9BF;
}
.AnyTagClassName
{
color: #0FC9BF;
}
</style>
background-color css
<style>
a { background-color: #0FC9BF; }
a { background-color: rgb(15,201,191); }
div.DivClassName
{
background-color: #0FC9BF;
}
.BgClassName
{
background-color: #0FC9BF;
}
</style>
border-color css
<style>
span { border-color: #0FC9BF; }
span { border-color: rgb(15,201,191); }
td.TdClassName
{
border-color: #0FC9BF;
}
.TagClassName
{
border-color: #0FC9BF;
}
</style>