Shades of Cerulean #0F86AB
Tints of Cerulean #0F86AB
RGB
CMYK
RGB Variations
Color information
#0F86AB (or 0x0F86AB) is known color: Cerulean. HEX triplet: 0F, 86 and AB. RGB value is (15,134,171). Sum of RGB (Red+Green+Blue) = 15+134+171=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F86AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F86AB is #F07954. Grayscale: #666666. Windows color (decimal): -15759701 or 11240975. OLE color: 11240975.
HSL color Cylindrical-coordinate representation of color #0F86AB: hue angle of 194.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F86AB is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 134 | 171 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.33 |
| HSL | 194.23º | 0.84% | 0.36% | - |
| HSV(B) | 194.23º | 0.91% | 0.67% | - |
| XYZ | 16.07 | 20.09 | 41.56 | - |
| YUV | 102.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 171 | 0.91 | 0.22 | 0 | 0.33 | 194.23 | 0.84 | 0.36 |
| Hex | F | 86 | AB | 5B | 16 | 0 | 21 | C2 | 54 | 24 |
| Octal | 17 | 206 | 253 | 133 | 26 | 0 | 41 | 302 | 124 | 44 |
| Binary | 1111 | 10000110 | 10101011 | 1011011 | 10110 | 0 | 100001 | 11000010 | 1010100 | 100100 |
Color Harmonies of #0F86AB
Complementary color
Monochromatic Colors of #0F86AB
Black with #0F86AB
Text Example
Text Example
White with #0F86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F86AB; }
p { color: rgb(15,134,171); }
H1.HeaderClassName
{
color: #0F86AB;
}
.AnyTagClassName
{
color: #0F86AB;
}
</style>
background-color css
<style>
a { background-color: #0F86AB; }
a { background-color: rgb(15,134,171); }
div.DivClassName
{
background-color: #0F86AB;
}
.BgClassName
{
background-color: #0F86AB;
}
</style>
border-color css
<style>
span { border-color: #0F86AB; }
span { border-color: rgb(15,134,171); }
td.TdClassName
{
border-color: #0F86AB;
}
.TagClassName
{
border-color: #0F86AB;
}
</style>