Shades of Cerulean #1088AC
Tints of Cerulean #1088AC
RGB
CMYK
RGB Variations
Color information
#1088AC (or 0x1088AC) is known color: Cerulean. HEX triplet: 10, 88 and AC. RGB value is (16,136,172). Sum of RGB (Red+Green+Blue) = 16+136+172=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #1088AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1088AC is #EF7753. Grayscale: #676767. Windows color (decimal): -15693652 or 11307024. OLE color: 11307024.
HSL color Cylindrical-coordinate representation of color #1088AC: hue angle of 193.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1088AC is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 136 | 172 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.33 |
| HSL | 193.85º | 0.83% | 0.37% | - |
| HSV(B) | 193.85º | 0.91% | 0.67% | - |
| XYZ | 16.46 | 20.7 | 42.16 | - |
| YUV | 104.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 172 | 0.91 | 0.21 | 0 | 0.33 | 193.85 | 0.83 | 0.37 |
| Hex | 10 | 88 | AC | 5B | 15 | 0 | 21 | C2 | 53 | 25 |
| Octal | 20 | 210 | 254 | 133 | 25 | 0 | 41 | 302 | 123 | 45 |
| Binary | 10000 | 10001000 | 10101100 | 1011011 | 10101 | 0 | 100001 | 11000010 | 1010011 | 100101 |
Color Harmonies of #1088AC
Complementary color
Monochromatic Colors of #1088AC
Black with #1088AC
Text Example
Text Example
White with #1088AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1088AC; }
p { color: rgb(16,136,172); }
H1.HeaderClassName
{
color: #1088AC;
}
.AnyTagClassName
{
color: #1088AC;
}
</style>
background-color css
<style>
a { background-color: #1088AC; }
a { background-color: rgb(16,136,172); }
div.DivClassName
{
background-color: #1088AC;
}
.BgClassName
{
background-color: #1088AC;
}
</style>
border-color css
<style>
span { border-color: #1088AC; }
span { border-color: rgb(16,136,172); }
td.TdClassName
{
border-color: #1088AC;
}
.TagClassName
{
border-color: #1088AC;
}
</style>