Shades of Cerulean #117EB9
Tints of Cerulean #117EB9
RGB
CMYK
RGB Variations
Color information
#117EB9 (or 0x117EB9) is known color: Cerulean. HEX triplet: 11, 7E and B9. RGB value is (17,126,185). Sum of RGB (Red+Green+Blue) = 17+126+185=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #117EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EB9 is #EE8146. Grayscale: #636363. Windows color (decimal): -15630663 or 12156433. OLE color: 12156433.
HSL color Cylindrical-coordinate representation of color #117EB9: hue angle of 201.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EB9 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 126 | 185 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.27 |
| HSL | 201.07º | 0.83% | 0.4% | - |
| HSV(B) | 201.07º | 0.91% | 0.73% | - |
| XYZ | 16.45 | 18.54 | 48.61 | - |
| YUV | 100.14 | 175.89 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 185 | 0.91 | 0.32 | 0 | 0.27 | 201.07 | 0.83 | 0.4 |
| Hex | 11 | 7E | B9 | 5B | 20 | 0 | 1B | C9 | 53 | 28 |
| Octal | 21 | 176 | 271 | 133 | 40 | 0 | 33 | 311 | 123 | 50 |
| Binary | 10001 | 1111110 | 10111001 | 1011011 | 100000 | 0 | 11011 | 11001001 | 1010011 | 101000 |
Color Harmonies of #117EB9
Complementary color
Monochromatic Colors of #117EB9
Black with #117EB9
Text Example
Text Example
White with #117EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EB9; }
p { color: rgb(17,126,185); }
H1.HeaderClassName
{
color: #117EB9;
}
.AnyTagClassName
{
color: #117EB9;
}
</style>
background-color css
<style>
a { background-color: #117EB9; }
a { background-color: rgb(17,126,185); }
div.DivClassName
{
background-color: #117EB9;
}
.BgClassName
{
background-color: #117EB9;
}
</style>
border-color css
<style>
span { border-color: #117EB9; }
span { border-color: rgb(17,126,185); }
td.TdClassName
{
border-color: #117EB9;
}
.TagClassName
{
border-color: #117EB9;
}
</style>