Shades of Eastern Blue #008EAA
Tints of Eastern Blue #008EAA
RGB
CMYK
RGB Variations
Color information
#008EAA (or 0x008EAA) is known color: Eastern Blue. HEX triplet: 00, 8E and AA. RGB value is (0,142,170). Sum of RGB (Red+Green+Blue) = 0+142+170=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #008EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EAA is #FF7155. Grayscale: #666666. Windows color (decimal): -16740694 or 11177472. OLE color: 11177472.
HSL color Cylindrical-coordinate representation of color #008EAA: hue angle of 189.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EAA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 142 | 170 | - |
| CMYK | 1 | 0.16 | 0 | 0.33 |
| HSL | 189.88º | 1% | 0.33% | - |
| HSV(B) | 189.88º | 1% | 0.67% | - |
| XYZ | 16.93 | 22.25 | 41.43 | - |
| YUV | 102.73 | 165.96 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 170 | 1 | 0.16 | 0 | 0.33 | 189.88 | 1 | 0.33 |
| Hex | 0 | 8E | AA | 64 | 10 | 0 | 21 | BE | 64 | 21 |
| Octal | 0 | 216 | 252 | 144 | 20 | 0 | 41 | 276 | 144 | 41 |
| Binary | 0 | 10001110 | 10101010 | 1100100 | 10000 | 0 | 100001 | 10111110 | 1100100 | 100001 |
Color Harmonies of #008EAA
Complementary color
Monochromatic Colors of #008EAA
Black with #008EAA
Text Example
Text Example
White with #008EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EAA; }
p { color: rgb(0,142,170); }
H1.HeaderClassName
{
color: #008EAA;
}
.AnyTagClassName
{
color: #008EAA;
}
</style>
background-color css
<style>
a { background-color: #008EAA; }
a { background-color: rgb(0,142,170); }
div.DivClassName
{
background-color: #008EAA;
}
.BgClassName
{
background-color: #008EAA;
}
</style>
border-color css
<style>
span { border-color: #008EAA; }
span { border-color: rgb(0,142,170); }
td.TdClassName
{
border-color: #008EAA;
}
.TagClassName
{
border-color: #008EAA;
}
</style>