Shades of Eastern Blue #088FA0
Tints of Eastern Blue #088FA0
RGB
CMYK
RGB Variations
Color information
#088FA0 (or 0x088FA0) is known color: Eastern Blue. HEX triplet: 08, 8F and A0. RGB value is (8,143,160). Sum of RGB (Red+Green+Blue) = 8+143+160=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #088FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FA0 is #F7705F. Grayscale: #686868. Windows color (decimal): -16216160 or 10522376. OLE color: 10522376.
HSL color Cylindrical-coordinate representation of color #088FA0: hue angle of 186.71º 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 #088FA0 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 143 | 160 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.37 |
| HSL | 186.71º | 0.9% | 0.33% | - |
| HSV(B) | 186.71º | 0.95% | 0.63% | - |
| XYZ | 16.27 | 22.23 | 36.69 | - |
| YUV | 104.57 | 159.27 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 160 | 0.95 | 0.11 | 0 | 0.37 | 186.71 | 0.9 | 0.33 |
| Hex | 8 | 8F | A0 | 5F | B | 0 | 25 | BB | 5A | 21 |
| Octal | 10 | 217 | 240 | 137 | 13 | 0 | 45 | 273 | 132 | 41 |
| Binary | 1000 | 10001111 | 10100000 | 1011111 | 1011 | 0 | 100101 | 10111011 | 1011010 | 100001 |
Color Harmonies of #088FA0
Complementary color
Monochromatic Colors of #088FA0
Black with #088FA0
Text Example
Text Example
White with #088FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FA0; }
p { color: rgb(8,143,160); }
H1.HeaderClassName
{
color: #088FA0;
}
.AnyTagClassName
{
color: #088FA0;
}
</style>
background-color css
<style>
a { background-color: #088FA0; }
a { background-color: rgb(8,143,160); }
div.DivClassName
{
background-color: #088FA0;
}
.BgClassName
{
background-color: #088FA0;
}
</style>
border-color css
<style>
span { border-color: #088FA0; }
span { border-color: rgb(8,143,160); }
td.TdClassName
{
border-color: #088FA0;
}
.TagClassName
{
border-color: #088FA0;
}
</style>