Shades of Cerulean #1586AB
Tints of Cerulean #1586AB
RGB
CMYK
RGB Variations
Color information
#1586AB (or 0x1586AB) is known color: Cerulean. HEX triplet: 15, 86 and AB. RGB value is (21,134,171). Sum of RGB (Red+Green+Blue) = 21+134+171=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #1586AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1586AB is #EA7954. Grayscale: #686868. Windows color (decimal): -15366485 or 11240981. OLE color: 11240981.
HSL color Cylindrical-coordinate representation of color #1586AB: hue angle of 194.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1586AB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 134 | 171 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.33 |
| HSL | 194.8º | 0.78% | 0.38% | - |
| HSV(B) | 194.8º | 0.88% | 0.67% | - |
| XYZ | 16.19 | 20.15 | 41.56 | - |
| YUV | 104.43 | 165.56 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 171 | 0.88 | 0.22 | 0 | 0.33 | 194.8 | 0.78 | 0.38 |
| Hex | 15 | 86 | AB | 58 | 16 | 0 | 21 | C3 | 4E | 26 |
| Octal | 25 | 206 | 253 | 130 | 26 | 0 | 41 | 303 | 116 | 46 |
| Binary | 10101 | 10000110 | 10101011 | 1011000 | 10110 | 0 | 100001 | 11000011 | 1001110 | 100110 |
Color Harmonies of #1586AB
Complementary color
Monochromatic Colors of #1586AB
Black with #1586AB
Text Example
Text Example
White with #1586AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586AB; }
p { color: rgb(21,134,171); }
H1.HeaderClassName
{
color: #1586AB;
}
.AnyTagClassName
{
color: #1586AB;
}
</style>
background-color css
<style>
a { background-color: #1586AB; }
a { background-color: rgb(21,134,171); }
div.DivClassName
{
background-color: #1586AB;
}
.BgClassName
{
background-color: #1586AB;
}
</style>
border-color css
<style>
span { border-color: #1586AB; }
span { border-color: rgb(21,134,171); }
td.TdClassName
{
border-color: #1586AB;
}
.TagClassName
{
border-color: #1586AB;
}
</style>