Shades of Cerulean #117DA6
Tints of Cerulean #117DA6
RGB
CMYK
RGB Variations
Color information
#117DA6 (or 0x117DA6) is known color: Cerulean. HEX triplet: 11, 7D and A6. RGB value is (17,125,166). Sum of RGB (Red+Green+Blue) = 17+125+166=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #117DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DA6 is #EE8259. Grayscale: #616161. Windows color (decimal): -15630938 or 10910993. OLE color: 10910993.
HSL color Cylindrical-coordinate representation of color #117DA6: hue angle of 196.51º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117DA6 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 125 | 166 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.35 |
| HSL | 196.51º | 0.81% | 0.36% | - |
| HSV(B) | 196.51º | 0.9% | 0.65% | - |
| XYZ | 14.45 | 17.54 | 38.7 | - |
| YUV | 97.38 | 166.72 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 166 | 0.90 | 0.25 | 0 | 0.35 | 196.51 | 0.81 | 0.36 |
| Hex | 11 | 7D | A6 | 5A | 19 | 0 | 23 | C5 | 51 | 24 |
| Octal | 21 | 175 | 246 | 132 | 31 | 0 | 43 | 305 | 121 | 44 |
| Binary | 10001 | 1111101 | 10100110 | 1011010 | 11001 | 0 | 100011 | 11000101 | 1010001 | 100100 |
Color Harmonies of #117DA6
Complementary color
Monochromatic Colors of #117DA6
Black with #117DA6
Text Example
Text Example
White with #117DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DA6; }
p { color: rgb(17,125,166); }
H1.HeaderClassName
{
color: #117DA6;
}
.AnyTagClassName
{
color: #117DA6;
}
</style>
background-color css
<style>
a { background-color: #117DA6; }
a { background-color: rgb(17,125,166); }
div.DivClassName
{
background-color: #117DA6;
}
.BgClassName
{
background-color: #117DA6;
}
</style>
border-color css
<style>
span { border-color: #117DA6; }
span { border-color: rgb(17,125,166); }
td.TdClassName
{
border-color: #117DA6;
}
.TagClassName
{
border-color: #117DA6;
}
</style>