Shades of Cerulean #1486AC
Tints of Cerulean #1486AC
RGB
CMYK
RGB Variations
Color information
#1486AC (or 0x1486AC) is known color: Cerulean. HEX triplet: 14, 86 and AC. RGB value is (20,134,172). Sum of RGB (Red+Green+Blue) = 20+134+172=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1486AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1486AC is #EB7953. Grayscale: #676767. Windows color (decimal): -15432020 or 11306516. OLE color: 11306516.
HSL color Cylindrical-coordinate representation of color #1486AC: hue angle of 195º degrees, saturation: 0.79, 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 #1486AC is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 134 | 172 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.33 |
| HSL | 195º | 0.79% | 0.38% | - |
| HSV(B) | 195º | 0.88% | 0.67% | - |
| XYZ | 16.26 | 20.18 | 42.07 | - |
| YUV | 104.25 | 166.23 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 172 | 0.88 | 0.22 | 0 | 0.33 | 195 | 0.79 | 0.38 |
| Hex | 14 | 86 | AC | 58 | 16 | 0 | 21 | C3 | 4F | 26 |
| Octal | 24 | 206 | 254 | 130 | 26 | 0 | 41 | 303 | 117 | 46 |
| Binary | 10100 | 10000110 | 10101100 | 1011000 | 10110 | 0 | 100001 | 11000011 | 1001111 | 100110 |
Color Harmonies of #1486AC
Complementary color
Monochromatic Colors of #1486AC
Black with #1486AC
Text Example
Text Example
White with #1486AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1486AC; }
p { color: rgb(20,134,172); }
H1.HeaderClassName
{
color: #1486AC;
}
.AnyTagClassName
{
color: #1486AC;
}
</style>
background-color css
<style>
a { background-color: #1486AC; }
a { background-color: rgb(20,134,172); }
div.DivClassName
{
background-color: #1486AC;
}
.BgClassName
{
background-color: #1486AC;
}
</style>
border-color css
<style>
span { border-color: #1486AC; }
span { border-color: rgb(20,134,172); }
td.TdClassName
{
border-color: #1486AC;
}
.TagClassName
{
border-color: #1486AC;
}
</style>