Shades of Cerulean #117AAA
Tints of Cerulean #117AAA
RGB
CMYK
RGB Variations
Color information
#117AAA (or 0x117AAA) is known color: Cerulean. HEX triplet: 11, 7A and AA. RGB value is (17,122,170). Sum of RGB (Red+Green+Blue) = 17+122+170=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #117AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117AAA is #EE8555. Grayscale: #5F5F5F. Windows color (decimal): -15631702 or 11172369. OLE color: 11172369.
HSL color Cylindrical-coordinate representation of color #117AAA: hue angle of 198.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117AAA is Cyan = 0.9, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 122 | 170 | - |
| CMYK | 0.9 | 0.28 | 0 | 0.33 |
| HSL | 198.82º | 0.82% | 0.37% | - |
| HSV(B) | 198.82º | 0.9% | 0.67% | - |
| XYZ | 14.45 | 16.94 | 40.54 | - |
| YUV | 96.08 | 169.71 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 170 | 0.9 | 0.28 | 0 | 0.33 | 198.82 | 0.82 | 0.37 |
| Hex | 11 | 7A | AA | 5A | 1C | 0 | 21 | C7 | 52 | 25 |
| Octal | 21 | 172 | 252 | 132 | 34 | 0 | 41 | 307 | 122 | 45 |
| Binary | 10001 | 1111010 | 10101010 | 1011010 | 11100 | 0 | 100001 | 11000111 | 1010010 | 100101 |
Color Harmonies of #117AAA
Complementary color
Monochromatic Colors of #117AAA
Black with #117AAA
Text Example
Text Example
White with #117AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AAA; }
p { color: rgb(17,122,170); }
H1.HeaderClassName
{
color: #117AAA;
}
.AnyTagClassName
{
color: #117AAA;
}
</style>
background-color css
<style>
a { background-color: #117AAA; }
a { background-color: rgb(17,122,170); }
div.DivClassName
{
background-color: #117AAA;
}
.BgClassName
{
background-color: #117AAA;
}
</style>
border-color css
<style>
span { border-color: #117AAA; }
span { border-color: rgb(17,122,170); }
td.TdClassName
{
border-color: #117AAA;
}
.TagClassName
{
border-color: #117AAA;
}
</style>