Shades of Cerulean #1188AC
Tints of Cerulean #1188AC
RGB
CMYK
RGB Variations
Color information
#1188AC (or 0x1188AC) is known color: Cerulean. HEX triplet: 11, 88 and AC. RGB value is (17,136,172). Sum of RGB (Red+Green+Blue) = 17+136+172=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #1188AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1188AC is #EE7753. Grayscale: #686868. Windows color (decimal): -15628116 or 11307025. OLE color: 11307025.
HSL color Cylindrical-coordinate representation of color #1188AC: hue angle of 193.94º 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 #1188AC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 136 | 172 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.33 |
| HSL | 193.94º | 0.82% | 0.37% | - |
| HSV(B) | 193.94º | 0.9% | 0.67% | - |
| XYZ | 16.48 | 20.71 | 42.16 | - |
| YUV | 104.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 172 | 0.90 | 0.21 | 0 | 0.33 | 193.94 | 0.82 | 0.37 |
| Hex | 11 | 88 | AC | 5A | 15 | 0 | 21 | C2 | 52 | 25 |
| Octal | 21 | 210 | 254 | 132 | 25 | 0 | 41 | 302 | 122 | 45 |
| Binary | 10001 | 10001000 | 10101100 | 1011010 | 10101 | 0 | 100001 | 11000010 | 1010010 | 100101 |
Color Harmonies of #1188AC
Complementary color
Monochromatic Colors of #1188AC
Black with #1188AC
Text Example
Text Example
White with #1188AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1188AC; }
p { color: rgb(17,136,172); }
H1.HeaderClassName
{
color: #1188AC;
}
.AnyTagClassName
{
color: #1188AC;
}
</style>
background-color css
<style>
a { background-color: #1188AC; }
a { background-color: rgb(17,136,172); }
div.DivClassName
{
background-color: #1188AC;
}
.BgClassName
{
background-color: #1188AC;
}
</style>
border-color css
<style>
span { border-color: #1188AC; }
span { border-color: rgb(17,136,172); }
td.TdClassName
{
border-color: #1188AC;
}
.TagClassName
{
border-color: #1188AC;
}
</style>