Shades of Cerulean #117EB8
Tints of Cerulean #117EB8
RGB
CMYK
RGB Variations
Color information
#117EB8 (or 0x117EB8) is known color: Cerulean. HEX triplet: 11, 7E and B8. RGB value is (17,126,184). Sum of RGB (Red+Green+Blue) = 17+126+184=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 184 (72.27% from 255 or 56.27% from 327); Max value from RGB is 184 - color contains mainly: blue. Hex color #117EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EB8 is #EE8147. Grayscale: #636363. Windows color (decimal): -15630664 or 12090897. OLE color: 12090897.
HSL color Cylindrical-coordinate representation of color #117EB8: hue angle of 200.84º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EB8 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 126 | 184 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.28 |
| HSL | 200.84º | 0.83% | 0.39% | - |
| HSV(B) | 200.84º | 0.91% | 0.72% | - |
| XYZ | 16.34 | 18.5 | 48.06 | - |
| YUV | 100.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 184 | 0.91 | 0.32 | 0 | 0.28 | 200.84 | 0.83 | 0.39 |
| Hex | 11 | 7E | B8 | 5B | 20 | 0 | 1C | C9 | 53 | 27 |
| Octal | 21 | 176 | 270 | 133 | 40 | 0 | 34 | 311 | 123 | 47 |
| Binary | 10001 | 1111110 | 10111000 | 1011011 | 100000 | 0 | 11100 | 11001001 | 1010011 | 100111 |
Color Harmonies of #117EB8
Complementary color
Monochromatic Colors of #117EB8
Black with #117EB8
Text Example
Text Example
White with #117EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EB8; }
p { color: rgb(17,126,184); }
H1.HeaderClassName
{
color: #117EB8;
}
.AnyTagClassName
{
color: #117EB8;
}
</style>
background-color css
<style>
a { background-color: #117EB8; }
a { background-color: rgb(17,126,184); }
div.DivClassName
{
background-color: #117EB8;
}
.BgClassName
{
background-color: #117EB8;
}
</style>
border-color css
<style>
span { border-color: #117EB8; }
span { border-color: rgb(17,126,184); }
td.TdClassName
{
border-color: #117EB8;
}
.TagClassName
{
border-color: #117EB8;
}
</style>