Shades of Cerulean #117E9F
Tints of Cerulean #117E9F
RGB
CMYK
RGB Variations
Color information
#117E9F (or 0x117E9F) is known color: Cerulean. HEX triplet: 11, 7E and 9F. RGB value is (17,126,159). Sum of RGB (Red+Green+Blue) = 17+126+159=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #117E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E9F is #EE8160. Grayscale: #606060. Windows color (decimal): -15630689 or 10452497. OLE color: 10452497.
HSL color Cylindrical-coordinate representation of color #117E9F: hue angle of 193.94º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117E9F is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 126 | 159 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.38 |
| HSL | 193.94º | 0.81% | 0.35% | - |
| HSV(B) | 193.94º | 0.89% | 0.62% | - |
| XYZ | 13.95 | 17.54 | 35.45 | - |
| YUV | 97.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 159 | 0.89 | 0.21 | 0 | 0.38 | 193.94 | 0.81 | 0.35 |
| Hex | 11 | 7E | 9F | 59 | 15 | 0 | 26 | C2 | 51 | 23 |
| Octal | 21 | 176 | 237 | 131 | 25 | 0 | 46 | 302 | 121 | 43 |
| Binary | 10001 | 1111110 | 10011111 | 1011001 | 10101 | 0 | 100110 | 11000010 | 1010001 | 100011 |
Color Harmonies of #117E9F
Complementary color
Monochromatic Colors of #117E9F
Black with #117E9F
Text Example
Text Example
White with #117E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E9F; }
p { color: rgb(17,126,159); }
H1.HeaderClassName
{
color: #117E9F;
}
.AnyTagClassName
{
color: #117E9F;
}
</style>
background-color css
<style>
a { background-color: #117E9F; }
a { background-color: rgb(17,126,159); }
div.DivClassName
{
background-color: #117E9F;
}
.BgClassName
{
background-color: #117E9F;
}
</style>
border-color css
<style>
span { border-color: #117E9F; }
span { border-color: rgb(17,126,159); }
td.TdClassName
{
border-color: #117E9F;
}
.TagClassName
{
border-color: #117E9F;
}
</style>