Shades of Eastern Blue #0988AC
Tints of Eastern Blue #0988AC
RGB
CMYK
RGB Variations
Color information
#0988AC (or 0x0988AC) is known color: Eastern Blue. HEX triplet: 09, 88 and AC. RGB value is (9,136,172). Sum of RGB (Red+Green+Blue) = 9+136+172=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #0988AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0988AC is #F67753. Grayscale: #656565. Windows color (decimal): -16152404 or 11307017. OLE color: 11307017.
HSL color Cylindrical-coordinate representation of color #0988AC: hue angle of 193.25º degrees, saturation: 0.9, 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 #0988AC is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 136 | 172 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.33 |
| HSL | 193.25º | 0.9% | 0.35% | - |
| HSV(B) | 193.25º | 0.95% | 0.67% | - |
| XYZ | 16.36 | 20.64 | 42.15 | - |
| YUV | 102.13 | 167.42 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 172 | 0.95 | 0.21 | 0 | 0.33 | 193.25 | 0.9 | 0.35 |
| Hex | 9 | 88 | AC | 5F | 15 | 0 | 21 | C1 | 5A | 23 |
| Octal | 11 | 210 | 254 | 137 | 25 | 0 | 41 | 301 | 132 | 43 |
| Binary | 1001 | 10001000 | 10101100 | 1011111 | 10101 | 0 | 100001 | 11000001 | 1011010 | 100011 |
Color Harmonies of #0988AC
Complementary color
Monochromatic Colors of #0988AC
Black with #0988AC
Text Example
Text Example
White with #0988AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0988AC; }
p { color: rgb(9,136,172); }
H1.HeaderClassName
{
color: #0988AC;
}
.AnyTagClassName
{
color: #0988AC;
}
</style>
background-color css
<style>
a { background-color: #0988AC; }
a { background-color: rgb(9,136,172); }
div.DivClassName
{
background-color: #0988AC;
}
.BgClassName
{
background-color: #0988AC;
}
</style>
border-color css
<style>
span { border-color: #0988AC; }
span { border-color: rgb(9,136,172); }
td.TdClassName
{
border-color: #0988AC;
}
.TagClassName
{
border-color: #0988AC;
}
</style>