Shades of Cerulean #117EB0
Tints of Cerulean #117EB0
RGB
CMYK
RGB Variations
Color information
#117EB0 (or 0x117EB0) is known color: Cerulean. HEX triplet: 11, 7E and B0. RGB value is (17,126,176). Sum of RGB (Red+Green+Blue) = 17+126+176=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #117EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117EB0 is #EE814F. Grayscale: #626262. Windows color (decimal): -15630672 or 11566609. OLE color: 11566609.
HSL color Cylindrical-coordinate representation of color #117EB0: hue angle of 198.87º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117EB0 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 126 | 176 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.31 |
| HSL | 198.87º | 0.82% | 0.38% | - |
| HSV(B) | 198.87º | 0.9% | 0.69% | - |
| XYZ | 15.53 | 18.18 | 43.76 | - |
| YUV | 99.11 | 171.39 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 176 | 0.90 | 0.28 | 0 | 0.31 | 198.87 | 0.82 | 0.38 |
| Hex | 11 | 7E | B0 | 5A | 1C | 0 | 1F | C7 | 52 | 26 |
| Octal | 21 | 176 | 260 | 132 | 34 | 0 | 37 | 307 | 122 | 46 |
| Binary | 10001 | 1111110 | 10110000 | 1011010 | 11100 | 0 | 11111 | 11000111 | 1010010 | 100110 |
Color Harmonies of #117EB0
Complementary color
Monochromatic Colors of #117EB0
Black with #117EB0
Text Example
Text Example
White with #117EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EB0; }
p { color: rgb(17,126,176); }
H1.HeaderClassName
{
color: #117EB0;
}
.AnyTagClassName
{
color: #117EB0;
}
</style>
background-color css
<style>
a { background-color: #117EB0; }
a { background-color: rgb(17,126,176); }
div.DivClassName
{
background-color: #117EB0;
}
.BgClassName
{
background-color: #117EB0;
}
</style>
border-color css
<style>
span { border-color: #117EB0; }
span { border-color: rgb(17,126,176); }
td.TdClassName
{
border-color: #117EB0;
}
.TagClassName
{
border-color: #117EB0;
}
</style>