Shades of Eastern Blue #088FA1
Tints of Eastern Blue #088FA1
RGB
CMYK
RGB Variations
Color information
#088FA1 (or 0x088FA1) is known color: Eastern Blue. HEX triplet: 08, 8F and A1. RGB value is (8,143,161). Sum of RGB (Red+Green+Blue) = 8+143+161=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #088FA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FA1 is #F7705E. Grayscale: #686868. Windows color (decimal): -16216159 or 10587912. OLE color: 10587912.
HSL color Cylindrical-coordinate representation of color #088FA1: hue angle of 187.06º degrees, saturation: 0.91, 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 #088FA1 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 143 | 161 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.37 |
| HSL | 187.06º | 0.91% | 0.33% | - |
| HSV(B) | 187.06º | 0.95% | 0.63% | - |
| XYZ | 16.36 | 22.27 | 37.15 | - |
| YUV | 104.69 | 159.77 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 161 | 0.95 | 0.11 | 0 | 0.37 | 187.06 | 0.91 | 0.33 |
| Hex | 8 | 8F | A1 | 5F | B | 0 | 25 | BB | 5B | 21 |
| Octal | 10 | 217 | 241 | 137 | 13 | 0 | 45 | 273 | 133 | 41 |
| Binary | 1000 | 10001111 | 10100001 | 1011111 | 1011 | 0 | 100101 | 10111011 | 1011011 | 100001 |
Color Harmonies of #088FA1
Complementary color
Monochromatic Colors of #088FA1
Black with #088FA1
Text Example
Text Example
White with #088FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FA1; }
p { color: rgb(8,143,161); }
H1.HeaderClassName
{
color: #088FA1;
}
.AnyTagClassName
{
color: #088FA1;
}
</style>
background-color css
<style>
a { background-color: #088FA1; }
a { background-color: rgb(8,143,161); }
div.DivClassName
{
background-color: #088FA1;
}
.BgClassName
{
background-color: #088FA1;
}
</style>
border-color css
<style>
span { border-color: #088FA1; }
span { border-color: rgb(8,143,161); }
td.TdClassName
{
border-color: #088FA1;
}
.TagClassName
{
border-color: #088FA1;
}
</style>