Shades of Cerulean #117DB6
Tints of Cerulean #117DB6
RGB
CMYK
RGB Variations
Color information
#117DB6 (or 0x117DB6) is known color: Cerulean. HEX triplet: 11, 7D and B6. RGB value is (17,125,182). Sum of RGB (Red+Green+Blue) = 17+125+182=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #117DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DB6 is #EE8249. Grayscale: #626262. Windows color (decimal): -15630922 or 11959569. OLE color: 11959569.
HSL color Cylindrical-coordinate representation of color #117DB6: hue angle of 200.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117DB6 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 125 | 182 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.29 |
| HSL | 200.73º | 0.83% | 0.39% | - |
| HSV(B) | 200.73º | 0.91% | 0.71% | - |
| XYZ | 16.01 | 18.16 | 46.92 | - |
| YUV | 99.21 | 174.72 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 182 | 0.91 | 0.31 | 0 | 0.29 | 200.73 | 0.83 | 0.39 |
| Hex | 11 | 7D | B6 | 5B | 1F | 0 | 1D | C9 | 53 | 27 |
| Octal | 21 | 175 | 266 | 133 | 37 | 0 | 35 | 311 | 123 | 47 |
| Binary | 10001 | 1111101 | 10110110 | 1011011 | 11111 | 0 | 11101 | 11001001 | 1010011 | 100111 |
Color Harmonies of #117DB6
Complementary color
Monochromatic Colors of #117DB6
Black with #117DB6
Text Example
Text Example
White with #117DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DB6; }
p { color: rgb(17,125,182); }
H1.HeaderClassName
{
color: #117DB6;
}
.AnyTagClassName
{
color: #117DB6;
}
</style>
background-color css
<style>
a { background-color: #117DB6; }
a { background-color: rgb(17,125,182); }
div.DivClassName
{
background-color: #117DB6;
}
.BgClassName
{
background-color: #117DB6;
}
</style>
border-color css
<style>
span { border-color: #117DB6; }
span { border-color: rgb(17,125,182); }
td.TdClassName
{
border-color: #117DB6;
}
.TagClassName
{
border-color: #117DB6;
}
</style>