Shades of Cerulean #117FAB
Tints of Cerulean #117FAB
RGB
CMYK
RGB Variations
Color information
#117FAB (or 0x117FAB) is known color: Cerulean. HEX triplet: 11, 7F and AB. RGB value is (17,127,171). Sum of RGB (Red+Green+Blue) = 17+127+171=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #117FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117FAB is #EE8054. Grayscale: #626262. Windows color (decimal): -15630421 or 11239185. OLE color: 11239185.
HSL color Cylindrical-coordinate representation of color #117FAB: hue angle of 197.14º 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 #117FAB is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 127 | 171 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.33 |
| HSL | 197.14º | 0.82% | 0.37% | - |
| HSV(B) | 197.14º | 0.9% | 0.67% | - |
| XYZ | 15.17 | 18.24 | 41.25 | - |
| YUV | 99.13 | 168.56 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 171 | 0.90 | 0.26 | 0 | 0.33 | 197.14 | 0.82 | 0.37 |
| Hex | 11 | 7F | AB | 5A | 1A | 0 | 21 | C5 | 52 | 25 |
| Octal | 21 | 177 | 253 | 132 | 32 | 0 | 41 | 305 | 122 | 45 |
| Binary | 10001 | 1111111 | 10101011 | 1011010 | 11010 | 0 | 100001 | 11000101 | 1010010 | 100101 |
Color Harmonies of #117FAB
Complementary color
Monochromatic Colors of #117FAB
Black with #117FAB
Text Example
Text Example
White with #117FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FAB; }
p { color: rgb(17,127,171); }
H1.HeaderClassName
{
color: #117FAB;
}
.AnyTagClassName
{
color: #117FAB;
}
</style>
background-color css
<style>
a { background-color: #117FAB; }
a { background-color: rgb(17,127,171); }
div.DivClassName
{
background-color: #117FAB;
}
.BgClassName
{
background-color: #117FAB;
}
</style>
border-color css
<style>
span { border-color: #117FAB; }
span { border-color: rgb(17,127,171); }
td.TdClassName
{
border-color: #117FAB;
}
.TagClassName
{
border-color: #117FAB;
}
</style>