Shades of Cerulean #117ABC
Tints of Cerulean #117ABC
RGB
CMYK
RGB Variations
Color information
#117ABC (or 0x117ABC) is known color: Cerulean. HEX triplet: 11, 7A and BC. RGB value is (17,122,188). Sum of RGB (Red+Green+Blue) = 17+122+188=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #117ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ABC is #EE8543. Grayscale: #616161. Windows color (decimal): -15631684 or 12352017. OLE color: 12352017.
HSL color Cylindrical-coordinate representation of color #117ABC: hue angle of 203.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117ABC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 122 | 188 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.26 |
| HSL | 203.16º | 0.83% | 0.4% | - |
| HSV(B) | 203.16º | 0.91% | 0.74% | - |
| XYZ | 16.27 | 17.67 | 50.13 | - |
| YUV | 98.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 188 | 0.91 | 0.35 | 0 | 0.26 | 203.16 | 0.83 | 0.4 |
| Hex | 11 | 7A | BC | 5B | 23 | 0 | 1A | CB | 53 | 28 |
| Octal | 21 | 172 | 274 | 133 | 43 | 0 | 32 | 313 | 123 | 50 |
| Binary | 10001 | 1111010 | 10111100 | 1011011 | 100011 | 0 | 11010 | 11001011 | 1010011 | 101000 |
Color Harmonies of #117ABC
Complementary color
Monochromatic Colors of #117ABC
Black with #117ABC
Text Example
Text Example
White with #117ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117ABC; }
p { color: rgb(17,122,188); }
H1.HeaderClassName
{
color: #117ABC;
}
.AnyTagClassName
{
color: #117ABC;
}
</style>
background-color css
<style>
a { background-color: #117ABC; }
a { background-color: rgb(17,122,188); }
div.DivClassName
{
background-color: #117ABC;
}
.BgClassName
{
background-color: #117ABC;
}
</style>
border-color css
<style>
span { border-color: #117ABC; }
span { border-color: rgb(17,122,188); }
td.TdClassName
{
border-color: #117ABC;
}
.TagClassName
{
border-color: #117ABC;
}
</style>