Shades of Cerulean #0B84AC
Tints of Cerulean #0B84AC
RGB
CMYK
RGB Variations
Color information
#0B84AC (or 0x0B84AC) is known color: Cerulean. HEX triplet: 0B, 84 and AC. RGB value is (11,132,172). Sum of RGB (Red+Green+Blue) = 11+132+172=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B84AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B84AC is #F47B53. Grayscale: #646464. Windows color (decimal): -16022356 or 11305995. OLE color: 11305995.
HSL color Cylindrical-coordinate representation of color #0B84AC: hue angle of 194.91º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B84AC is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 132 | 172 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.33 |
| HSL | 194.91º | 0.88% | 0.36% | - |
| HSV(B) | 194.91º | 0.94% | 0.67% | - |
| XYZ | 15.84 | 19.55 | 41.97 | - |
| YUV | 100.38 | 168.41 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 172 | 0.94 | 0.23 | 0 | 0.33 | 194.91 | 0.88 | 0.36 |
| Hex | B | 84 | AC | 5E | 17 | 0 | 21 | C3 | 58 | 24 |
| Octal | 13 | 204 | 254 | 136 | 27 | 0 | 41 | 303 | 130 | 44 |
| Binary | 1011 | 10000100 | 10101100 | 1011110 | 10111 | 0 | 100001 | 11000011 | 1011000 | 100100 |
Color Harmonies of #0B84AC
Complementary color
Monochromatic Colors of #0B84AC
Black with #0B84AC
Text Example
Text Example
White with #0B84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B84AC; }
p { color: rgb(11,132,172); }
H1.HeaderClassName
{
color: #0B84AC;
}
.AnyTagClassName
{
color: #0B84AC;
}
</style>
background-color css
<style>
a { background-color: #0B84AC; }
a { background-color: rgb(11,132,172); }
div.DivClassName
{
background-color: #0B84AC;
}
.BgClassName
{
background-color: #0B84AC;
}
</style>
border-color css
<style>
span { border-color: #0B84AC; }
span { border-color: rgb(11,132,172); }
td.TdClassName
{
border-color: #0B84AC;
}
.TagClassName
{
border-color: #0B84AC;
}
</style>