Shades of Cerulean #1682AC
Tints of Cerulean #1682AC
RGB
CMYK
RGB Variations
Color information
#1682AC (or 0x1682AC) is known color: Cerulean. HEX triplet: 16, 82 and AC. RGB value is (22,130,172). Sum of RGB (Red+Green+Blue) = 22+130+172=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #1682AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1682AC is #E97D53. Grayscale: #666666. Windows color (decimal): -15301972 or 11305494. OLE color: 11305494.
HSL color Cylindrical-coordinate representation of color #1682AC: hue angle of 196.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1682AC is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 130 | 172 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.33 |
| HSL | 196.8º | 0.77% | 0.38% | - |
| HSV(B) | 196.8º | 0.87% | 0.67% | - |
| XYZ | 15.76 | 19.11 | 41.89 | - |
| YUV | 102.5 | 167.22 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 172 | 0.87 | 0.24 | 0 | 0.33 | 196.8 | 0.77 | 0.38 |
| Hex | 16 | 82 | AC | 57 | 18 | 0 | 21 | C5 | 4D | 26 |
| Octal | 26 | 202 | 254 | 127 | 30 | 0 | 41 | 305 | 115 | 46 |
| Binary | 10110 | 10000010 | 10101100 | 1010111 | 11000 | 0 | 100001 | 11000101 | 1001101 | 100110 |
Color Harmonies of #1682AC
Complementary color
Monochromatic Colors of #1682AC
Black with #1682AC
Text Example
Text Example
White with #1682AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682AC; }
p { color: rgb(22,130,172); }
H1.HeaderClassName
{
color: #1682AC;
}
.AnyTagClassName
{
color: #1682AC;
}
</style>
background-color css
<style>
a { background-color: #1682AC; }
a { background-color: rgb(22,130,172); }
div.DivClassName
{
background-color: #1682AC;
}
.BgClassName
{
background-color: #1682AC;
}
</style>
border-color css
<style>
span { border-color: #1682AC; }
span { border-color: rgb(22,130,172); }
td.TdClassName
{
border-color: #1682AC;
}
.TagClassName
{
border-color: #1682AC;
}
</style>