Shades of Eastern Blue #0899A0
Tints of Eastern Blue #0899A0
RGB
CMYK
RGB Variations
Color information
#0899A0 (or 0x0899A0) is known color: Eastern Blue. HEX triplet: 08, 99 and A0. RGB value is (8,153,160). Sum of RGB (Red+Green+Blue) = 8+153+160=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #0899A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0899A0 is #F7665F. Grayscale: #6E6E6E. Windows color (decimal): -16213600 or 10524936. OLE color: 10524936.
HSL color Cylindrical-coordinate representation of color #0899A0: hue angle of 182.76º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0899A0 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 153 | 160 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.37 |
| HSL | 182.76º | 0.9% | 0.33% | - |
| HSV(B) | 182.76º | 0.95% | 0.63% | - |
| XYZ | 17.84 | 25.37 | 37.21 | - |
| YUV | 110.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 160 | 0.95 | 0.04 | 0 | 0.37 | 182.76 | 0.9 | 0.33 |
| Hex | 8 | 99 | A0 | 5F | 4 | 0 | 25 | B7 | 5A | 21 |
| Octal | 10 | 231 | 240 | 137 | 4 | 0 | 45 | 267 | 132 | 41 |
| Binary | 1000 | 10011001 | 10100000 | 1011111 | 100 | 0 | 100101 | 10110111 | 1011010 | 100001 |
Color Harmonies of #0899A0
Complementary color
Monochromatic Colors of #0899A0
Black with #0899A0
Text Example
Text Example
White with #0899A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899A0; }
p { color: rgb(8,153,160); }
H1.HeaderClassName
{
color: #0899A0;
}
.AnyTagClassName
{
color: #0899A0;
}
</style>
background-color css
<style>
a { background-color: #0899A0; }
a { background-color: rgb(8,153,160); }
div.DivClassName
{
background-color: #0899A0;
}
.BgClassName
{
background-color: #0899A0;
}
</style>
border-color css
<style>
span { border-color: #0899A0; }
span { border-color: rgb(8,153,160); }
td.TdClassName
{
border-color: #0899A0;
}
.TagClassName
{
border-color: #0899A0;
}
</style>