Shades of Eastern Blue #088DAA
Tints of Eastern Blue #088DAA
RGB
CMYK
RGB Variations
Color information
#088DAA (or 0x088DAA) is known color: Eastern Blue. HEX triplet: 08, 8D and AA. RGB value is (8,141,170). Sum of RGB (Red+Green+Blue) = 8+141+170=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #088DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DAA is #F77255. Grayscale: #686868. Windows color (decimal): -16216662 or 11177224. OLE color: 11177224.
HSL color Cylindrical-coordinate representation of color #088DAA: hue angle of 190.74º 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 #088DAA is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 141 | 170 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.33 |
| HSL | 190.74º | 0.91% | 0.35% | - |
| HSV(B) | 190.74º | 0.95% | 0.67% | - |
| XYZ | 16.88 | 22 | 41.39 | - |
| YUV | 104.54 | 164.94 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 170 | 0.95 | 0.17 | 0 | 0.33 | 190.74 | 0.91 | 0.35 |
| Hex | 8 | 8D | AA | 5F | 11 | 0 | 21 | BF | 5B | 23 |
| Octal | 10 | 215 | 252 | 137 | 21 | 0 | 41 | 277 | 133 | 43 |
| Binary | 1000 | 10001101 | 10101010 | 1011111 | 10001 | 0 | 100001 | 10111111 | 1011011 | 100011 |
Color Harmonies of #088DAA
Complementary color
Monochromatic Colors of #088DAA
Black with #088DAA
Text Example
Text Example
White with #088DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DAA; }
p { color: rgb(8,141,170); }
H1.HeaderClassName
{
color: #088DAA;
}
.AnyTagClassName
{
color: #088DAA;
}
</style>
background-color css
<style>
a { background-color: #088DAA; }
a { background-color: rgb(8,141,170); }
div.DivClassName
{
background-color: #088DAA;
}
.BgClassName
{
background-color: #088DAA;
}
</style>
border-color css
<style>
span { border-color: #088DAA; }
span { border-color: rgb(8,141,170); }
td.TdClassName
{
border-color: #088DAA;
}
.TagClassName
{
border-color: #088DAA;
}
</style>