Shades of Cerulean #0F85AE
Tints of Cerulean #0F85AE
RGB
CMYK
RGB Variations
Color information
#0F85AE (or 0x0F85AE) is known color: Cerulean. HEX triplet: 0F, 85 and AE. RGB value is (15,133,174). Sum of RGB (Red+Green+Blue) = 15+133+174=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F85AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F85AE is #F07A51. Grayscale: #666666. Windows color (decimal): -15759954 or 11437327. OLE color: 11437327.
HSL color Cylindrical-coordinate representation of color #0F85AE: hue angle of 195.47º 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 #0F85AE is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 133 | 174 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.32 |
| HSL | 195.47º | 0.84% | 0.37% | - |
| HSV(B) | 195.47º | 0.91% | 0.68% | - |
| XYZ | 16.22 | 19.93 | 43.04 | - |
| YUV | 102.39 | 168.41 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 174 | 0.91 | 0.24 | 0 | 0.32 | 195.47 | 0.84 | 0.37 |
| Hex | F | 85 | AE | 5B | 18 | 0 | 20 | C3 | 54 | 25 |
| Octal | 17 | 205 | 256 | 133 | 30 | 0 | 40 | 303 | 124 | 45 |
| Binary | 1111 | 10000101 | 10101110 | 1011011 | 11000 | 0 | 100000 | 11000011 | 1010100 | 100101 |
Color Harmonies of #0F85AE
Complementary color
Monochromatic Colors of #0F85AE
Black with #0F85AE
Text Example
Text Example
White with #0F85AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F85AE; }
p { color: rgb(15,133,174); }
H1.HeaderClassName
{
color: #0F85AE;
}
.AnyTagClassName
{
color: #0F85AE;
}
</style>
background-color css
<style>
a { background-color: #0F85AE; }
a { background-color: rgb(15,133,174); }
div.DivClassName
{
background-color: #0F85AE;
}
.BgClassName
{
background-color: #0F85AE;
}
</style>
border-color css
<style>
span { border-color: #0F85AE; }
span { border-color: rgb(15,133,174); }
td.TdClassName
{
border-color: #0F85AE;
}
.TagClassName
{
border-color: #0F85AE;
}
</style>