Shades of Cerulean #106EAC
Tints of Cerulean #106EAC
RGB
CMYK
RGB Variations
Color information
#106EAC (or 0x106EAC) is known color: Cerulean. HEX triplet: 10, 6E and AC. RGB value is (16,110,172). Sum of RGB (Red+Green+Blue) = 16+110+172=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #106EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106EAC is #EF9153. Grayscale: #585858. Windows color (decimal): -15700308 or 11300368. OLE color: 11300368.
HSL color Cylindrical-coordinate representation of color #106EAC: hue angle of 203.85º 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 #106EAC is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 110 | 172 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.33 |
| HSL | 203.85º | 0.83% | 0.37% | - |
| HSV(B) | 203.85º | 0.91% | 0.67% | - |
| XYZ | 13.24 | 14.24 | 41.08 | - |
| YUV | 88.96 | 174.86 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 172 | 0.91 | 0.36 | 0 | 0.33 | 203.85 | 0.83 | 0.37 |
| Hex | 10 | 6E | AC | 5B | 24 | 0 | 21 | CC | 53 | 25 |
| Octal | 20 | 156 | 254 | 133 | 44 | 0 | 41 | 314 | 123 | 45 |
| Binary | 10000 | 1101110 | 10101100 | 1011011 | 100100 | 0 | 100001 | 11001100 | 1010011 | 100101 |
Color Harmonies of #106EAC
Complementary color
Monochromatic Colors of #106EAC
Black with #106EAC
Text Example
Text Example
White with #106EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EAC; }
p { color: rgb(16,110,172); }
H1.HeaderClassName
{
color: #106EAC;
}
.AnyTagClassName
{
color: #106EAC;
}
</style>
background-color css
<style>
a { background-color: #106EAC; }
a { background-color: rgb(16,110,172); }
div.DivClassName
{
background-color: #106EAC;
}
.BgClassName
{
background-color: #106EAC;
}
</style>
border-color css
<style>
span { border-color: #106EAC; }
span { border-color: rgb(16,110,172); }
td.TdClassName
{
border-color: #106EAC;
}
.TagClassName
{
border-color: #106EAC;
}
</style>