Shades of Cerulean #1686AD
Tints of Cerulean #1686AD
RGB
CMYK
RGB Variations
Color information
#1686AD (or 0x1686AD) is known color: Cerulean. HEX triplet: 16, 86 and AD. RGB value is (22,134,173). Sum of RGB (Red+Green+Blue) = 22+134+173=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #1686AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1686AD is #E97952. Grayscale: #686868. Windows color (decimal): -15300947 or 11372054. OLE color: 11372054.
HSL color Cylindrical-coordinate representation of color #1686AD: hue angle of 195.5º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1686AD is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 134 | 173 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.32 |
| HSL | 195.5º | 0.77% | 0.38% | - |
| HSV(B) | 195.5º | 0.87% | 0.68% | - |
| XYZ | 16.4 | 20.24 | 42.58 | - |
| YUV | 104.96 | 166.39 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 173 | 0.87 | 0.23 | 0 | 0.32 | 195.5 | 0.77 | 0.38 |
| Hex | 16 | 86 | AD | 57 | 17 | 0 | 20 | C3 | 4D | 26 |
| Octal | 26 | 206 | 255 | 127 | 27 | 0 | 40 | 303 | 115 | 46 |
| Binary | 10110 | 10000110 | 10101101 | 1010111 | 10111 | 0 | 100000 | 11000011 | 1001101 | 100110 |
Color Harmonies of #1686AD
Complementary color
Monochromatic Colors of #1686AD
Black with #1686AD
Text Example
Text Example
White with #1686AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1686AD; }
p { color: rgb(22,134,173); }
H1.HeaderClassName
{
color: #1686AD;
}
.AnyTagClassName
{
color: #1686AD;
}
</style>
background-color css
<style>
a { background-color: #1686AD; }
a { background-color: rgb(22,134,173); }
div.DivClassName
{
background-color: #1686AD;
}
.BgClassName
{
background-color: #1686AD;
}
</style>
border-color css
<style>
span { border-color: #1686AD; }
span { border-color: rgb(22,134,173); }
td.TdClassName
{
border-color: #1686AD;
}
.TagClassName
{
border-color: #1686AD;
}
</style>