Shades of Cerulean #0F86AE
Tints of Cerulean #0F86AE
RGB
CMYK
RGB Variations
Color information
#0F86AE (or 0x0F86AE) is known color: Cerulean. HEX triplet: 0F, 86 and AE. RGB value is (15,134,174). Sum of RGB (Red+Green+Blue) = 15+134+174=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F86AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F86AE is #F07951. Grayscale: #666666. Windows color (decimal): -15759698 or 11437583. OLE color: 11437583.
HSL color Cylindrical-coordinate representation of color #0F86AE: hue angle of 195.09º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F86AE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 134 | 174 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.32 |
| HSL | 195.09º | 0.84% | 0.37% | - |
| HSV(B) | 195.09º | 0.91% | 0.68% | - |
| XYZ | 16.36 | 20.21 | 43.08 | - |
| YUV | 102.98 | 168.08 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 174 | 0.91 | 0.23 | 0 | 0.32 | 195.09 | 0.84 | 0.37 |
| Hex | F | 86 | AE | 5B | 17 | 0 | 20 | C3 | 54 | 25 |
| Octal | 17 | 206 | 256 | 133 | 27 | 0 | 40 | 303 | 124 | 45 |
| Binary | 1111 | 10000110 | 10101110 | 1011011 | 10111 | 0 | 100000 | 11000011 | 1010100 | 100101 |
Color Harmonies of #0F86AE
Complementary color
Monochromatic Colors of #0F86AE
Black with #0F86AE
Text Example
Text Example
White with #0F86AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F86AE; }
p { color: rgb(15,134,174); }
H1.HeaderClassName
{
color: #0F86AE;
}
.AnyTagClassName
{
color: #0F86AE;
}
</style>
background-color css
<style>
a { background-color: #0F86AE; }
a { background-color: rgb(15,134,174); }
div.DivClassName
{
background-color: #0F86AE;
}
.BgClassName
{
background-color: #0F86AE;
}
</style>
border-color css
<style>
span { border-color: #0F86AE; }
span { border-color: rgb(15,134,174); }
td.TdClassName
{
border-color: #0F86AE;
}
.TagClassName
{
border-color: #0F86AE;
}
</style>