Shades of Eastern Blue #008BA5
Tints of Eastern Blue #008BA5
RGB
CMYK
RGB Variations
Color information
#008BA5 (or 0x008BA5) is known color: Eastern Blue. HEX triplet: 00, 8B and A5. RGB value is (0,139,165). Sum of RGB (Red+Green+Blue) = 0+139+165=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #008BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BA5 is #FF745A. Grayscale: #646464. Windows color (decimal): -16741467 or 10849024. OLE color: 10849024.
HSL color Cylindrical-coordinate representation of color #008BA5: hue angle of 189.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BA5 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 139 | 165 | - |
| CMYK | 1 | 0.16 | 0 | 0.35 |
| HSL | 189.45º | 1% | 0.32% | - |
| HSV(B) | 189.45º | 1% | 0.65% | - |
| XYZ | 16.02 | 21.18 | 38.84 | - |
| YUV | 100.4 | 164.45 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 165 | 1 | 0.16 | 0 | 0.35 | 189.45 | 1 | 0.32 |
| Hex | 0 | 8B | A5 | 64 | 10 | 0 | 23 | BD | 64 | 20 |
| Octal | 0 | 213 | 245 | 144 | 20 | 0 | 43 | 275 | 144 | 40 |
| Binary | 0 | 10001011 | 10100101 | 1100100 | 10000 | 0 | 100011 | 10111101 | 1100100 | 100000 |
Color Harmonies of #008BA5
Complementary color
Monochromatic Colors of #008BA5
Black with #008BA5
Text Example
Text Example
White with #008BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BA5; }
p { color: rgb(0,139,165); }
H1.HeaderClassName
{
color: #008BA5;
}
.AnyTagClassName
{
color: #008BA5;
}
</style>
background-color css
<style>
a { background-color: #008BA5; }
a { background-color: rgb(0,139,165); }
div.DivClassName
{
background-color: #008BA5;
}
.BgClassName
{
background-color: #008BA5;
}
</style>
border-color css
<style>
span { border-color: #008BA5; }
span { border-color: rgb(0,139,165); }
td.TdClassName
{
border-color: #008BA5;
}
.TagClassName
{
border-color: #008BA5;
}
</style>