Shades of Cerulean #117EAE
Tints of Cerulean #117EAE
RGB
CMYK
RGB Variations
Color information
#117EAE (or 0x117EAE) is known color: Cerulean. HEX triplet: 11, 7E and AE. RGB value is (17,126,174). Sum of RGB (Red+Green+Blue) = 17+126+174=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #117EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117EAE is #EE8151. Grayscale: #626262. Windows color (decimal): -15630674 or 11435537. OLE color: 11435537.
HSL color Cylindrical-coordinate representation of color #117EAE: hue angle of 198.34º 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 #117EAE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 126 | 174 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.32 |
| HSL | 198.34º | 0.82% | 0.37% | - |
| HSV(B) | 198.34º | 0.9% | 0.68% | - |
| XYZ | 15.33 | 18.1 | 42.73 | - |
| YUV | 98.88 | 170.39 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 174 | 0.90 | 0.28 | 0 | 0.32 | 198.34 | 0.82 | 0.37 |
| Hex | 11 | 7E | AE | 5A | 1C | 0 | 20 | C6 | 52 | 25 |
| Octal | 21 | 176 | 256 | 132 | 34 | 0 | 40 | 306 | 122 | 45 |
| Binary | 10001 | 1111110 | 10101110 | 1011010 | 11100 | 0 | 100000 | 11000110 | 1010010 | 100101 |
Color Harmonies of #117EAE
Complementary color
Monochromatic Colors of #117EAE
Black with #117EAE
Text Example
Text Example
White with #117EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EAE; }
p { color: rgb(17,126,174); }
H1.HeaderClassName
{
color: #117EAE;
}
.AnyTagClassName
{
color: #117EAE;
}
</style>
background-color css
<style>
a { background-color: #117EAE; }
a { background-color: rgb(17,126,174); }
div.DivClassName
{
background-color: #117EAE;
}
.BgClassName
{
background-color: #117EAE;
}
</style>
border-color css
<style>
span { border-color: #117EAE; }
span { border-color: rgb(17,126,174); }
td.TdClassName
{
border-color: #117EAE;
}
.TagClassName
{
border-color: #117EAE;
}
</style>