Shades of Cerulean #0885B4
Tints of Cerulean #0885B4
RGB
CMYK
RGB Variations
Color information
#0885B4 (or 0x0885B4) is known color: Cerulean. HEX triplet: 08, 85 and B4. RGB value is (8,133,180). Sum of RGB (Red+Green+Blue) = 8+133+180=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #0885B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0885B4 is #F77A4B. Grayscale: #646464. Windows color (decimal): -16218700 or 11830536. OLE color: 11830536.
HSL color Cylindrical-coordinate representation of color #0885B4: hue angle of 196.4º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0885B4 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 133 | 180 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.29 |
| HSL | 196.4º | 0.91% | 0.37% | - |
| HSV(B) | 196.4º | 0.96% | 0.71% | - |
| XYZ | 16.73 | 20.12 | 46.18 | - |
| YUV | 100.98 | 172.59 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 180 | 0.96 | 0.26 | 0 | 0.29 | 196.4 | 0.91 | 0.37 |
| Hex | 8 | 85 | B4 | 60 | 1A | 0 | 1D | C4 | 5B | 25 |
| Octal | 10 | 205 | 264 | 140 | 32 | 0 | 35 | 304 | 133 | 45 |
| Binary | 1000 | 10000101 | 10110100 | 1100000 | 11010 | 0 | 11101 | 11000100 | 1011011 | 100101 |
Color Harmonies of #0885B4
Complementary color
Monochromatic Colors of #0885B4
Black with #0885B4
Text Example
Text Example
White with #0885B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885B4; }
p { color: rgb(8,133,180); }
H1.HeaderClassName
{
color: #0885B4;
}
.AnyTagClassName
{
color: #0885B4;
}
</style>
background-color css
<style>
a { background-color: #0885B4; }
a { background-color: rgb(8,133,180); }
div.DivClassName
{
background-color: #0885B4;
}
.BgClassName
{
background-color: #0885B4;
}
</style>
border-color css
<style>
span { border-color: #0885B4; }
span { border-color: rgb(8,133,180); }
td.TdClassName
{
border-color: #0885B4;
}
.TagClassName
{
border-color: #0885B4;
}
</style>