Shades of Cerulean #1086AB
Tints of Cerulean #1086AB
RGB
CMYK
RGB Variations
Color information
#1086AB (or 0x1086AB) is known color: Cerulean. HEX triplet: 10, 86 and AB. RGB value is (16,134,171). Sum of RGB (Red+Green+Blue) = 16+134+171=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #1086AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1086AB is #EF7954. Grayscale: #666666. Windows color (decimal): -15694165 or 11240976. OLE color: 11240976.
HSL color Cylindrical-coordinate representation of color #1086AB: hue angle of 194.32º 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 #1086AB is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 134 | 171 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.33 |
| HSL | 194.32º | 0.83% | 0.37% | - |
| HSV(B) | 194.32º | 0.91% | 0.67% | - |
| XYZ | 16.09 | 20.1 | 41.56 | - |
| YUV | 102.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 171 | 0.91 | 0.22 | 0 | 0.33 | 194.32 | 0.83 | 0.37 |
| Hex | 10 | 86 | AB | 5B | 16 | 0 | 21 | C2 | 53 | 25 |
| Octal | 20 | 206 | 253 | 133 | 26 | 0 | 41 | 302 | 123 | 45 |
| Binary | 10000 | 10000110 | 10101011 | 1011011 | 10110 | 0 | 100001 | 11000010 | 1010011 | 100101 |
Color Harmonies of #1086AB
Complementary color
Monochromatic Colors of #1086AB
Black with #1086AB
Text Example
Text Example
White with #1086AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1086AB; }
p { color: rgb(16,134,171); }
H1.HeaderClassName
{
color: #1086AB;
}
.AnyTagClassName
{
color: #1086AB;
}
</style>
background-color css
<style>
a { background-color: #1086AB; }
a { background-color: rgb(16,134,171); }
div.DivClassName
{
background-color: #1086AB;
}
.BgClassName
{
background-color: #1086AB;
}
</style>
border-color css
<style>
span { border-color: #1086AB; }
span { border-color: rgb(16,134,171); }
td.TdClassName
{
border-color: #1086AB;
}
.TagClassName
{
border-color: #1086AB;
}
</style>