Shades of Cerulean #0188AE
Tints of Cerulean #0188AE
RGB
CMYK
RGB Variations
Color information
#0188AE (or 0x0188AE) is known color: Cerulean. HEX triplet: 01, 88 and AE. RGB value is (1,136,174). Sum of RGB (Red+Green+Blue) = 1+136+174=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #0188AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0188AE is #FE7751. Grayscale: #636363. Windows color (decimal): -16676690 or 11438081. OLE color: 11438081.
HSL color Cylindrical-coordinate representation of color #0188AE: hue angle of 193.18º 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 #0188AE is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 136 | 174 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.32 |
| HSL | 193.18º | 0.99% | 0.34% | - |
| HSV(B) | 193.18º | 0.99% | 0.68% | - |
| XYZ | 16.46 | 20.67 | 43.17 | - |
| YUV | 99.97 | 169.77 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 174 | 0.99 | 0.22 | 0 | 0.32 | 193.18 | 0.99 | 0.34 |
| Hex | 1 | 88 | AE | 63 | 16 | 0 | 20 | C1 | 63 | 22 |
| Octal | 1 | 210 | 256 | 143 | 26 | 0 | 40 | 301 | 143 | 42 |
| Binary | 1 | 10001000 | 10101110 | 1100011 | 10110 | 0 | 100000 | 11000001 | 1100011 | 100010 |
Color Harmonies of #0188AE
Complementary color
Monochromatic Colors of #0188AE
Black with #0188AE
Text Example
Text Example
White with #0188AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188AE; }
p { color: rgb(1,136,174); }
H1.HeaderClassName
{
color: #0188AE;
}
.AnyTagClassName
{
color: #0188AE;
}
</style>
background-color css
<style>
a { background-color: #0188AE; }
a { background-color: rgb(1,136,174); }
div.DivClassName
{
background-color: #0188AE;
}
.BgClassName
{
background-color: #0188AE;
}
</style>
border-color css
<style>
span { border-color: #0188AE; }
span { border-color: rgb(1,136,174); }
td.TdClassName
{
border-color: #0188AE;
}
.TagClassName
{
border-color: #0188AE;
}
</style>