Shades of Eastern Blue #008BA4
Tints of Eastern Blue #008BA4
RGB
CMYK
RGB Variations
Color information
#008BA4 (or 0x008BA4) is known color: Eastern Blue. HEX triplet: 00, 8B and A4. RGB value is (0,139,164). Sum of RGB (Red+Green+Blue) = 0+139+164=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #008BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BA4 is #FF745B. Grayscale: #646464. Windows color (decimal): -16741468 or 10783488. OLE color: 10783488.
HSL color Cylindrical-coordinate representation of color #008BA4: hue angle of 189.15º 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 #008BA4 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 139 | 164 | - |
| CMYK | 1 | 0.15 | 0 | 0.36 |
| HSL | 189.15º | 1% | 0.32% | - |
| HSV(B) | 189.15º | 1% | 0.64% | - |
| XYZ | 15.93 | 21.15 | 38.36 | - |
| YUV | 100.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 164 | 1 | 0.15 | 0 | 0.36 | 189.15 | 1 | 0.32 |
| Hex | 0 | 8B | A4 | 64 | F | 0 | 24 | BD | 64 | 20 |
| Octal | 0 | 213 | 244 | 144 | 17 | 0 | 44 | 275 | 144 | 40 |
| Binary | 0 | 10001011 | 10100100 | 1100100 | 1111 | 0 | 100100 | 10111101 | 1100100 | 100000 |
Color Harmonies of #008BA4
Complementary color
Monochromatic Colors of #008BA4
Black with #008BA4
Text Example
Text Example
White with #008BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BA4; }
p { color: rgb(0,139,164); }
H1.HeaderClassName
{
color: #008BA4;
}
.AnyTagClassName
{
color: #008BA4;
}
</style>
background-color css
<style>
a { background-color: #008BA4; }
a { background-color: rgb(0,139,164); }
div.DivClassName
{
background-color: #008BA4;
}
.BgClassName
{
background-color: #008BA4;
}
</style>
border-color css
<style>
span { border-color: #008BA4; }
span { border-color: rgb(0,139,164); }
td.TdClassName
{
border-color: #008BA4;
}
.TagClassName
{
border-color: #008BA4;
}
</style>