Shades of Eastern Blue #0888AC
Tints of Eastern Blue #0888AC
RGB
CMYK
RGB Variations
Color information
#0888AC (or 0x0888AC) is known color: Eastern Blue. HEX triplet: 08, 88 and AC. RGB value is (8,136,172). Sum of RGB (Red+Green+Blue) = 8+136+172=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #0888AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0888AC is #F77753. Grayscale: #656565. Windows color (decimal): -16217940 or 11307016. OLE color: 11307016.
HSL color Cylindrical-coordinate representation of color #0888AC: hue angle of 193.17º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0888AC is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 136 | 172 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.33 |
| HSL | 193.17º | 0.91% | 0.35% | - |
| HSV(B) | 193.17º | 0.95% | 0.67% | - |
| XYZ | 16.35 | 20.64 | 42.15 | - |
| YUV | 101.83 | 167.59 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 172 | 0.95 | 0.21 | 0 | 0.33 | 193.17 | 0.91 | 0.35 |
| Hex | 8 | 88 | AC | 5F | 15 | 0 | 21 | C1 | 5B | 23 |
| Octal | 10 | 210 | 254 | 137 | 25 | 0 | 41 | 301 | 133 | 43 |
| Binary | 1000 | 10001000 | 10101100 | 1011111 | 10101 | 0 | 100001 | 11000001 | 1011011 | 100011 |
Color Harmonies of #0888AC
Complementary color
Monochromatic Colors of #0888AC
Black with #0888AC
Text Example
Text Example
White with #0888AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888AC; }
p { color: rgb(8,136,172); }
H1.HeaderClassName
{
color: #0888AC;
}
.AnyTagClassName
{
color: #0888AC;
}
</style>
background-color css
<style>
a { background-color: #0888AC; }
a { background-color: rgb(8,136,172); }
div.DivClassName
{
background-color: #0888AC;
}
.BgClassName
{
background-color: #0888AC;
}
</style>
border-color css
<style>
span { border-color: #0888AC; }
span { border-color: rgb(8,136,172); }
td.TdClassName
{
border-color: #0888AC;
}
.TagClassName
{
border-color: #0888AC;
}
</style>