Shades of Eastern Blue #0897A4
Tints of Eastern Blue #0897A4
RGB
CMYK
RGB Variations
Color information
#0897A4 (or 0x0897A4) is known color: Eastern Blue. HEX triplet: 08, 97 and A4. RGB value is (8,151,164). Sum of RGB (Red+Green+Blue) = 8+151+164=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #0897A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0897A4 is #F7685B. Grayscale: #6D6D6D. Windows color (decimal): -16214108 or 10786568. OLE color: 10786568.
HSL color Cylindrical-coordinate representation of color #0897A4: hue angle of 185º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0897A4 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 151 | 164 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.36 |
| HSL | 185º | 0.91% | 0.34% | - |
| HSV(B) | 185º | 0.95% | 0.64% | - |
| XYZ | 17.87 | 24.87 | 38.98 | - |
| YUV | 109.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 164 | 0.95 | 0.08 | 0 | 0.36 | 185 | 0.91 | 0.34 |
| Hex | 8 | 97 | A4 | 5F | 8 | 0 | 24 | B9 | 5B | 22 |
| Octal | 10 | 227 | 244 | 137 | 10 | 0 | 44 | 271 | 133 | 42 |
| Binary | 1000 | 10010111 | 10100100 | 1011111 | 1000 | 0 | 100100 | 10111001 | 1011011 | 100010 |
Color Harmonies of #0897A4
Complementary color
Monochromatic Colors of #0897A4
Black with #0897A4
Text Example
Text Example
White with #0897A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0897A4; }
p { color: rgb(8,151,164); }
H1.HeaderClassName
{
color: #0897A4;
}
.AnyTagClassName
{
color: #0897A4;
}
</style>
background-color css
<style>
a { background-color: #0897A4; }
a { background-color: rgb(8,151,164); }
div.DivClassName
{
background-color: #0897A4;
}
.BgClassName
{
background-color: #0897A4;
}
</style>
border-color css
<style>
span { border-color: #0897A4; }
span { border-color: rgb(8,151,164); }
td.TdClassName
{
border-color: #0897A4;
}
.TagClassName
{
border-color: #0897A4;
}
</style>