Shades of Eastern Blue #008AAA
Tints of Eastern Blue #008AAA
RGB
CMYK
RGB Variations
Color information
#008AAA (or 0x008AAA) is known color: Eastern Blue. HEX triplet: 00, 8A and AA. RGB value is (0,138,170). Sum of RGB (Red+Green+Blue) = 0+138+170=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #008AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AAA is #FF7555. Grayscale: #646464. Windows color (decimal): -16741718 or 11176448. OLE color: 11176448.
HSL color Cylindrical-coordinate representation of color #008AAA: hue angle of 191.29º 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 #008AAA is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 138 | 170 | - |
| CMYK | 1 | 0.19 | 0 | 0.33 |
| HSL | 191.29º | 1% | 0.33% | - |
| HSV(B) | 191.29º | 1% | 0.67% | - |
| XYZ | 16.34 | 21.08 | 41.24 | - |
| YUV | 100.39 | 167.28 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 170 | 1 | 0.19 | 0 | 0.33 | 191.29 | 1 | 0.33 |
| Hex | 0 | 8A | AA | 64 | 13 | 0 | 21 | BF | 64 | 21 |
| Octal | 0 | 212 | 252 | 144 | 23 | 0 | 41 | 277 | 144 | 41 |
| Binary | 0 | 10001010 | 10101010 | 1100100 | 10011 | 0 | 100001 | 10111111 | 1100100 | 100001 |
Color Harmonies of #008AAA
Complementary color
Monochromatic Colors of #008AAA
Black with #008AAA
Text Example
Text Example
White with #008AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AAA; }
p { color: rgb(0,138,170); }
H1.HeaderClassName
{
color: #008AAA;
}
.AnyTagClassName
{
color: #008AAA;
}
</style>
background-color css
<style>
a { background-color: #008AAA; }
a { background-color: rgb(0,138,170); }
div.DivClassName
{
background-color: #008AAA;
}
.BgClassName
{
background-color: #008AAA;
}
</style>
border-color css
<style>
span { border-color: #008AAA; }
span { border-color: rgb(0,138,170); }
td.TdClassName
{
border-color: #008AAA;
}
.TagClassName
{
border-color: #008AAA;
}
</style>