Shades of Cerulean #117DAB
Tints of Cerulean #117DAB
RGB
CMYK
RGB Variations
Color information
#117DAB (or 0x117DAB) is known color: Cerulean. HEX triplet: 11, 7D and AB. RGB value is (17,125,171). Sum of RGB (Red+Green+Blue) = 17+125+171=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #117DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DAB is #EE8254. Grayscale: #616161. Windows color (decimal): -15630933 or 11238673. OLE color: 11238673.
HSL color Cylindrical-coordinate representation of color #117DAB: hue angle of 197.92º 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 #117DAB is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 125 | 171 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.33 |
| HSL | 197.92º | 0.82% | 0.37% | - |
| HSV(B) | 197.92º | 0.9% | 0.67% | - |
| XYZ | 14.92 | 17.73 | 41.16 | - |
| YUV | 97.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 171 | 0.90 | 0.27 | 0 | 0.33 | 197.92 | 0.82 | 0.37 |
| Hex | 11 | 7D | AB | 5A | 1B | 0 | 21 | C6 | 52 | 25 |
| Octal | 21 | 175 | 253 | 132 | 33 | 0 | 41 | 306 | 122 | 45 |
| Binary | 10001 | 1111101 | 10101011 | 1011010 | 11011 | 0 | 100001 | 11000110 | 1010010 | 100101 |
Color Harmonies of #117DAB
Complementary color
Monochromatic Colors of #117DAB
Black with #117DAB
Text Example
Text Example
White with #117DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DAB; }
p { color: rgb(17,125,171); }
H1.HeaderClassName
{
color: #117DAB;
}
.AnyTagClassName
{
color: #117DAB;
}
</style>
background-color css
<style>
a { background-color: #117DAB; }
a { background-color: rgb(17,125,171); }
div.DivClassName
{
background-color: #117DAB;
}
.BgClassName
{
background-color: #117DAB;
}
</style>
border-color css
<style>
span { border-color: #117DAB; }
span { border-color: rgb(17,125,171); }
td.TdClassName
{
border-color: #117DAB;
}
.TagClassName
{
border-color: #117DAB;
}
</style>