Shades of Cerulean #117AAE
Tints of Cerulean #117AAE
RGB
CMYK
RGB Variations
Color information
#117AAE (or 0x117AAE) is known color: Cerulean. HEX triplet: 11, 7A and AE. RGB value is (17,122,174). Sum of RGB (Red+Green+Blue) = 17+122+174=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #117AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117AAE is #EE8551. Grayscale: #606060. Windows color (decimal): -15631698 or 11434513. OLE color: 11434513.
HSL color Cylindrical-coordinate representation of color #117AAE: hue angle of 199.87º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117AAE is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 122 | 174 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.32 |
| HSL | 199.87º | 0.82% | 0.37% | - |
| HSV(B) | 199.87º | 0.9% | 0.68% | - |
| XYZ | 14.83 | 17.09 | 42.56 | - |
| YUV | 96.53 | 171.71 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 174 | 0.90 | 0.30 | 0 | 0.32 | 199.87 | 0.82 | 0.37 |
| Hex | 11 | 7A | AE | 5A | 1E | 0 | 20 | C8 | 52 | 25 |
| Octal | 21 | 172 | 256 | 132 | 36 | 0 | 40 | 310 | 122 | 45 |
| Binary | 10001 | 1111010 | 10101110 | 1011010 | 11110 | 0 | 100000 | 11001000 | 1010010 | 100101 |
Color Harmonies of #117AAE
Complementary color
Monochromatic Colors of #117AAE
Black with #117AAE
Text Example
Text Example
White with #117AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AAE; }
p { color: rgb(17,122,174); }
H1.HeaderClassName
{
color: #117AAE;
}
.AnyTagClassName
{
color: #117AAE;
}
</style>
background-color css
<style>
a { background-color: #117AAE; }
a { background-color: rgb(17,122,174); }
div.DivClassName
{
background-color: #117AAE;
}
.BgClassName
{
background-color: #117AAE;
}
</style>
border-color css
<style>
span { border-color: #117AAE; }
span { border-color: rgb(17,122,174); }
td.TdClassName
{
border-color: #117AAE;
}
.TagClassName
{
border-color: #117AAE;
}
</style>