Shades of Cerulean #0786AC
Tints of Cerulean #0786AC
RGB
CMYK
RGB Variations
Color information
#0786AC (or 0x0786AC) is known color: Cerulean. HEX triplet: 07, 86 and AC. RGB value is (7,134,172). Sum of RGB (Red+Green+Blue) = 7+134+172=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #0786AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0786AC is #F87953. Grayscale: #646464. Windows color (decimal): -16283988 or 11306503. OLE color: 11306503.
HSL color Cylindrical-coordinate representation of color #0786AC: hue angle of 193.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0786AC is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 134 | 172 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.33 |
| HSL | 193.82º | 0.92% | 0.35% | - |
| HSV(B) | 193.82º | 0.96% | 0.67% | - |
| XYZ | 16.06 | 20.07 | 42.06 | - |
| YUV | 100.36 | 168.42 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 172 | 0.96 | 0.22 | 0 | 0.33 | 193.82 | 0.92 | 0.35 |
| Hex | 7 | 86 | AC | 60 | 16 | 0 | 21 | C2 | 5C | 23 |
| Octal | 7 | 206 | 254 | 140 | 26 | 0 | 41 | 302 | 134 | 43 |
| Binary | 111 | 10000110 | 10101100 | 1100000 | 10110 | 0 | 100001 | 11000010 | 1011100 | 100011 |
Color Harmonies of #0786AC
Complementary color
Monochromatic Colors of #0786AC
Black with #0786AC
Text Example
Text Example
White with #0786AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0786AC; }
p { color: rgb(7,134,172); }
H1.HeaderClassName
{
color: #0786AC;
}
.AnyTagClassName
{
color: #0786AC;
}
</style>
background-color css
<style>
a { background-color: #0786AC; }
a { background-color: rgb(7,134,172); }
div.DivClassName
{
background-color: #0786AC;
}
.BgClassName
{
background-color: #0786AC;
}
</style>
border-color css
<style>
span { border-color: #0786AC; }
span { border-color: rgb(7,134,172); }
td.TdClassName
{
border-color: #0786AC;
}
.TagClassName
{
border-color: #0786AC;
}
</style>