Shades of Eastern Blue #0898A5
Tints of Eastern Blue #0898A5
RGB
CMYK
RGB Variations
Color information
#0898A5 (or 0x0898A5) is known color: Eastern Blue. HEX triplet: 08, 98 and A5. RGB value is (8,152,165). Sum of RGB (Red+Green+Blue) = 8+152+165=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #0898A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0898A5 is #F7675A. Grayscale: #6E6E6E. Windows color (decimal): -16213851 or 10852360. OLE color: 10852360.
HSL color Cylindrical-coordinate representation of color #0898A5: hue angle of 184.97º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0898A5 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 152 | 165 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.35 |
| HSL | 184.97º | 0.91% | 0.34% | - |
| HSV(B) | 184.97º | 0.95% | 0.65% | - |
| XYZ | 18.12 | 25.22 | 39.51 | - |
| YUV | 110.43 | 158.79 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 165 | 0.95 | 0.08 | 0 | 0.35 | 184.97 | 0.91 | 0.34 |
| Hex | 8 | 98 | A5 | 5F | 8 | 0 | 23 | B9 | 5B | 22 |
| Octal | 10 | 230 | 245 | 137 | 10 | 0 | 43 | 271 | 133 | 42 |
| Binary | 1000 | 10011000 | 10100101 | 1011111 | 1000 | 0 | 100011 | 10111001 | 1011011 | 100010 |
Color Harmonies of #0898A5
Complementary color
Monochromatic Colors of #0898A5
Black with #0898A5
Text Example
Text Example
White with #0898A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0898A5; }
p { color: rgb(8,152,165); }
H1.HeaderClassName
{
color: #0898A5;
}
.AnyTagClassName
{
color: #0898A5;
}
</style>
background-color css
<style>
a { background-color: #0898A5; }
a { background-color: rgb(8,152,165); }
div.DivClassName
{
background-color: #0898A5;
}
.BgClassName
{
background-color: #0898A5;
}
</style>
border-color css
<style>
span { border-color: #0898A5; }
span { border-color: rgb(8,152,165); }
td.TdClassName
{
border-color: #0898A5;
}
.TagClassName
{
border-color: #0898A5;
}
</style>