Shades of Cerulean #0188AD
Tints of Cerulean #0188AD
RGB
CMYK
RGB Variations
Color information
#0188AD (or 0x0188AD) is known color: Cerulean. HEX triplet: 01, 88 and AD. RGB value is (1,136,173). Sum of RGB (Red+Green+Blue) = 1+136+173=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #0188AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0188AD is #FE7752. Grayscale: #636363. Windows color (decimal): -16676691 or 11372545. OLE color: 11372545.
HSL color Cylindrical-coordinate representation of color #0188AD: hue angle of 192.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0188AD is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 136 | 173 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.32 |
| HSL | 192.91º | 0.99% | 0.34% | - |
| HSV(B) | 192.91º | 0.99% | 0.68% | - |
| XYZ | 16.36 | 20.63 | 42.66 | - |
| YUV | 99.85 | 169.27 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 173 | 0.99 | 0.21 | 0 | 0.32 | 192.91 | 0.99 | 0.34 |
| Hex | 1 | 88 | AD | 63 | 15 | 0 | 20 | C1 | 63 | 22 |
| Octal | 1 | 210 | 255 | 143 | 25 | 0 | 40 | 301 | 143 | 42 |
| Binary | 1 | 10001000 | 10101101 | 1100011 | 10101 | 0 | 100000 | 11000001 | 1100011 | 100010 |
Color Harmonies of #0188AD
Complementary color
Monochromatic Colors of #0188AD
Black with #0188AD
Text Example
Text Example
White with #0188AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188AD; }
p { color: rgb(1,136,173); }
H1.HeaderClassName
{
color: #0188AD;
}
.AnyTagClassName
{
color: #0188AD;
}
</style>
background-color css
<style>
a { background-color: #0188AD; }
a { background-color: rgb(1,136,173); }
div.DivClassName
{
background-color: #0188AD;
}
.BgClassName
{
background-color: #0188AD;
}
</style>
border-color css
<style>
span { border-color: #0188AD; }
span { border-color: rgb(1,136,173); }
td.TdClassName
{
border-color: #0188AD;
}
.TagClassName
{
border-color: #0188AD;
}
</style>