Shades of Cerulean #117BAA
Tints of Cerulean #117BAA
RGB
CMYK
RGB Variations
Color information
#117BAA (or 0x117BAA) is known color: Cerulean. HEX triplet: 11, 7B and AA. RGB value is (17,123,170). Sum of RGB (Red+Green+Blue) = 17+123+170=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #117BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BAA is #EE8455. Grayscale: #606060. Windows color (decimal): -15631446 or 11172625. OLE color: 11172625.
HSL color Cylindrical-coordinate representation of color #117BAA: hue angle of 198.43º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117BAA is Cyan = 0.9, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 123 | 170 | - |
| CMYK | 0.9 | 0.28 | 0 | 0.33 |
| HSL | 198.43º | 0.82% | 0.37% | - |
| HSV(B) | 198.43º | 0.9% | 0.67% | - |
| XYZ | 14.57 | 17.19 | 40.58 | - |
| YUV | 96.66 | 169.38 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 170 | 0.9 | 0.28 | 0 | 0.33 | 198.43 | 0.82 | 0.37 |
| Hex | 11 | 7B | AA | 5A | 1C | 0 | 21 | C6 | 52 | 25 |
| Octal | 21 | 173 | 252 | 132 | 34 | 0 | 41 | 306 | 122 | 45 |
| Binary | 10001 | 1111011 | 10101010 | 1011010 | 11100 | 0 | 100001 | 11000110 | 1010010 | 100101 |
Color Harmonies of #117BAA
Complementary color
Monochromatic Colors of #117BAA
Black with #117BAA
Text Example
Text Example
White with #117BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BAA; }
p { color: rgb(17,123,170); }
H1.HeaderClassName
{
color: #117BAA;
}
.AnyTagClassName
{
color: #117BAA;
}
</style>
background-color css
<style>
a { background-color: #117BAA; }
a { background-color: rgb(17,123,170); }
div.DivClassName
{
background-color: #117BAA;
}
.BgClassName
{
background-color: #117BAA;
}
</style>
border-color css
<style>
span { border-color: #117BAA; }
span { border-color: rgb(17,123,170); }
td.TdClassName
{
border-color: #117BAA;
}
.TagClassName
{
border-color: #117BAA;
}
</style>