Shades of Cerulean #0885AF
Tints of Cerulean #0885AF
RGB
CMYK
RGB Variations
Color information
#0885AF (or 0x0885AF) is known color: Cerulean. HEX triplet: 08, 85 and AF. RGB value is (8,133,175). Sum of RGB (Red+Green+Blue) = 8+133+175=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #0885AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0885AF is #F77A50. Grayscale: #646464. Windows color (decimal): -16218705 or 11502856. OLE color: 11502856.
HSL color Cylindrical-coordinate representation of color #0885AF: hue angle of 195.09º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0885AF is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 133 | 175 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.31 |
| HSL | 195.09º | 0.91% | 0.36% | - |
| HSV(B) | 195.09º | 0.95% | 0.69% | - |
| XYZ | 16.23 | 19.92 | 43.55 | - |
| YUV | 100.41 | 170.09 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 175 | 0.95 | 0.24 | 0 | 0.31 | 195.09 | 0.91 | 0.36 |
| Hex | 8 | 85 | AF | 5F | 18 | 0 | 1F | C3 | 5B | 24 |
| Octal | 10 | 205 | 257 | 137 | 30 | 0 | 37 | 303 | 133 | 44 |
| Binary | 1000 | 10000101 | 10101111 | 1011111 | 11000 | 0 | 11111 | 11000011 | 1011011 | 100100 |
Color Harmonies of #0885AF
Complementary color
Monochromatic Colors of #0885AF
Black with #0885AF
Text Example
Text Example
White with #0885AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885AF; }
p { color: rgb(8,133,175); }
H1.HeaderClassName
{
color: #0885AF;
}
.AnyTagClassName
{
color: #0885AF;
}
</style>
background-color css
<style>
a { background-color: #0885AF; }
a { background-color: rgb(8,133,175); }
div.DivClassName
{
background-color: #0885AF;
}
.BgClassName
{
background-color: #0885AF;
}
</style>
border-color css
<style>
span { border-color: #0885AF; }
span { border-color: rgb(8,133,175); }
td.TdClassName
{
border-color: #0885AF;
}
.TagClassName
{
border-color: #0885AF;
}
</style>