Shades of Eastern Blue #0188AC
Tints of Eastern Blue #0188AC
RGB
CMYK
RGB Variations
Color information
#0188AC (or 0x0188AC) is known color: Eastern Blue. HEX triplet: 01, 88 and AC. RGB value is (1,136,172). Sum of RGB (Red+Green+Blue) = 1+136+172=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0188AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0188AC is #FE7753. Grayscale: #636363. Windows color (decimal): -16676692 or 11307009. OLE color: 11307009.
HSL color Cylindrical-coordinate representation of color #0188AC: hue angle of 192.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0188AC is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 136 | 172 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.33 |
| HSL | 192.63º | 0.99% | 0.34% | - |
| HSV(B) | 192.63º | 0.99% | 0.67% | - |
| XYZ | 16.26 | 20.59 | 42.15 | - |
| YUV | 99.74 | 168.77 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 172 | 0.99 | 0.21 | 0 | 0.33 | 192.63 | 0.99 | 0.34 |
| Hex | 1 | 88 | AC | 63 | 15 | 0 | 21 | C1 | 63 | 22 |
| Octal | 1 | 210 | 254 | 143 | 25 | 0 | 41 | 301 | 143 | 42 |
| Binary | 1 | 10001000 | 10101100 | 1100011 | 10101 | 0 | 100001 | 11000001 | 1100011 | 100010 |
Color Harmonies of #0188AC
Complementary color
Monochromatic Colors of #0188AC
Black with #0188AC
Text Example
Text Example
White with #0188AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188AC; }
p { color: rgb(1,136,172); }
H1.HeaderClassName
{
color: #0188AC;
}
.AnyTagClassName
{
color: #0188AC;
}
</style>
background-color css
<style>
a { background-color: #0188AC; }
a { background-color: rgb(1,136,172); }
div.DivClassName
{
background-color: #0188AC;
}
.BgClassName
{
background-color: #0188AC;
}
</style>
border-color css
<style>
span { border-color: #0188AC; }
span { border-color: rgb(1,136,172); }
td.TdClassName
{
border-color: #0188AC;
}
.TagClassName
{
border-color: #0188AC;
}
</style>