Shades of Cerulean #0884AF
Tints of Cerulean #0884AF
RGB
CMYK
RGB Variations
Color information
#0884AF (or 0x0884AF) is known color: Cerulean. HEX triplet: 08, 84 and AF. RGB value is (8,132,175). Sum of RGB (Red+Green+Blue) = 8+132+175=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #0884AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0884AF is #F77B50. Grayscale: #636363. Windows color (decimal): -16218961 or 11502600. OLE color: 11502600.
HSL color Cylindrical-coordinate representation of color #0884AF: hue angle of 195.45º 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 #0884AF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 132 | 175 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.31 |
| HSL | 195.45º | 0.91% | 0.36% | - |
| HSV(B) | 195.45º | 0.95% | 0.69% | - |
| XYZ | 16.09 | 19.65 | 43.5 | - |
| YUV | 99.83 | 170.42 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 175 | 0.95 | 0.25 | 0 | 0.31 | 195.45 | 0.91 | 0.36 |
| Hex | 8 | 84 | AF | 5F | 19 | 0 | 1F | C3 | 5B | 24 |
| Octal | 10 | 204 | 257 | 137 | 31 | 0 | 37 | 303 | 133 | 44 |
| Binary | 1000 | 10000100 | 10101111 | 1011111 | 11001 | 0 | 11111 | 11000011 | 1011011 | 100100 |
Color Harmonies of #0884AF
Complementary color
Monochromatic Colors of #0884AF
Black with #0884AF
Text Example
Text Example
White with #0884AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0884AF; }
p { color: rgb(8,132,175); }
H1.HeaderClassName
{
color: #0884AF;
}
.AnyTagClassName
{
color: #0884AF;
}
</style>
background-color css
<style>
a { background-color: #0884AF; }
a { background-color: rgb(8,132,175); }
div.DivClassName
{
background-color: #0884AF;
}
.BgClassName
{
background-color: #0884AF;
}
</style>
border-color css
<style>
span { border-color: #0884AF; }
span { border-color: rgb(8,132,175); }
td.TdClassName
{
border-color: #0884AF;
}
.TagClassName
{
border-color: #0884AF;
}
</style>