Shades of Cerulean #117DA7
Tints of Cerulean #117DA7
RGB
CMYK
RGB Variations
Color information
#117DA7 (or 0x117DA7) is known color: Cerulean. HEX triplet: 11, 7D and A7. RGB value is (17,125,167). Sum of RGB (Red+Green+Blue) = 17+125+167=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #117DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DA7 is #EE8258. Grayscale: #616161. Windows color (decimal): -15630937 or 10976529. OLE color: 10976529.
HSL color Cylindrical-coordinate representation of color #117DA7: hue angle of 196.8º degrees, saturation: 0.82, 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 #117DA7 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 125 | 167 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.35 |
| HSL | 196.8º | 0.82% | 0.36% | - |
| HSV(B) | 196.8º | 0.9% | 0.65% | - |
| XYZ | 14.54 | 17.58 | 39.19 | - |
| YUV | 97.5 | 167.22 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 167 | 0.90 | 0.25 | 0 | 0.35 | 196.8 | 0.82 | 0.36 |
| Hex | 11 | 7D | A7 | 5A | 19 | 0 | 23 | C5 | 52 | 24 |
| Octal | 21 | 175 | 247 | 132 | 31 | 0 | 43 | 305 | 122 | 44 |
| Binary | 10001 | 1111101 | 10100111 | 1011010 | 11001 | 0 | 100011 | 11000101 | 1010010 | 100100 |
Color Harmonies of #117DA7
Complementary color
Monochromatic Colors of #117DA7
Black with #117DA7
Text Example
Text Example
White with #117DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DA7; }
p { color: rgb(17,125,167); }
H1.HeaderClassName
{
color: #117DA7;
}
.AnyTagClassName
{
color: #117DA7;
}
</style>
background-color css
<style>
a { background-color: #117DA7; }
a { background-color: rgb(17,125,167); }
div.DivClassName
{
background-color: #117DA7;
}
.BgClassName
{
background-color: #117DA7;
}
</style>
border-color css
<style>
span { border-color: #117DA7; }
span { border-color: rgb(17,125,167); }
td.TdClassName
{
border-color: #117DA7;
}
.TagClassName
{
border-color: #117DA7;
}
</style>