Shades of Eastern Blue #008AA4
Tints of Eastern Blue #008AA4
RGB
CMYK
RGB Variations
Color information
#008AA4 (or 0x008AA4) is known color: Eastern Blue. HEX triplet: 00, 8A and A4. RGB value is (0,138,164). Sum of RGB (Red+Green+Blue) = 0+138+164=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #008AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AA4 is #FF755B. Grayscale: #636363. Windows color (decimal): -16741724 or 10783232. OLE color: 10783232.
HSL color Cylindrical-coordinate representation of color #008AA4: hue angle of 189.51º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AA4 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 138 | 164 | - |
| CMYK | 1 | 0.16 | 0 | 0.36 |
| HSL | 189.51º | 1% | 0.32% | - |
| HSV(B) | 189.51º | 1% | 0.64% | - |
| XYZ | 15.79 | 20.86 | 38.32 | - |
| YUV | 99.7 | 164.28 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 164 | 1 | 0.16 | 0 | 0.36 | 189.51 | 1 | 0.32 |
| Hex | 0 | 8A | A4 | 64 | 10 | 0 | 24 | BE | 64 | 20 |
| Octal | 0 | 212 | 244 | 144 | 20 | 0 | 44 | 276 | 144 | 40 |
| Binary | 0 | 10001010 | 10100100 | 1100100 | 10000 | 0 | 100100 | 10111110 | 1100100 | 100000 |
Color Harmonies of #008AA4
Complementary color
Monochromatic Colors of #008AA4
Black with #008AA4
Text Example
Text Example
White with #008AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AA4; }
p { color: rgb(0,138,164); }
H1.HeaderClassName
{
color: #008AA4;
}
.AnyTagClassName
{
color: #008AA4;
}
</style>
background-color css
<style>
a { background-color: #008AA4; }
a { background-color: rgb(0,138,164); }
div.DivClassName
{
background-color: #008AA4;
}
.BgClassName
{
background-color: #008AA4;
}
</style>
border-color css
<style>
span { border-color: #008AA4; }
span { border-color: rgb(0,138,164); }
td.TdClassName
{
border-color: #008AA4;
}
.TagClassName
{
border-color: #008AA4;
}
</style>