Shades of Cerulean #1086AC
Tints of Cerulean #1086AC
RGB
CMYK
RGB Variations
Color information
#1086AC (or 0x1086AC) is known color: Cerulean. HEX triplet: 10, 86 and AC. RGB value is (16,134,172). Sum of RGB (Red+Green+Blue) = 16+134+172=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #1086AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1086AC is #EF7953. Grayscale: #666666. Windows color (decimal): -15694164 or 11306512. OLE color: 11306512.
HSL color Cylindrical-coordinate representation of color #1086AC: hue angle of 194.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1086AC is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 134 | 172 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.33 |
| HSL | 194.62º | 0.83% | 0.37% | - |
| HSV(B) | 194.62º | 0.91% | 0.67% | - |
| XYZ | 16.19 | 20.14 | 42.06 | - |
| YUV | 103.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 172 | 0.91 | 0.22 | 0 | 0.33 | 194.62 | 0.83 | 0.37 |
| Hex | 10 | 86 | AC | 5B | 16 | 0 | 21 | C3 | 53 | 25 |
| Octal | 20 | 206 | 254 | 133 | 26 | 0 | 41 | 303 | 123 | 45 |
| Binary | 10000 | 10000110 | 10101100 | 1011011 | 10110 | 0 | 100001 | 11000011 | 1010011 | 100101 |
Color Harmonies of #1086AC
Complementary color
Monochromatic Colors of #1086AC
Black with #1086AC
Text Example
Text Example
White with #1086AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1086AC; }
p { color: rgb(16,134,172); }
H1.HeaderClassName
{
color: #1086AC;
}
.AnyTagClassName
{
color: #1086AC;
}
</style>
background-color css
<style>
a { background-color: #1086AC; }
a { background-color: rgb(16,134,172); }
div.DivClassName
{
background-color: #1086AC;
}
.BgClassName
{
background-color: #1086AC;
}
</style>
border-color css
<style>
span { border-color: #1086AC; }
span { border-color: rgb(16,134,172); }
td.TdClassName
{
border-color: #1086AC;
}
.TagClassName
{
border-color: #1086AC;
}
</style>