Shades of Eastern Blue #088FA4
Tints of Eastern Blue #088FA4
RGB
CMYK
RGB Variations
Color information
#088FA4 (or 0x088FA4) is known color: Eastern Blue. HEX triplet: 08, 8F and A4. RGB value is (8,143,164). Sum of RGB (Red+Green+Blue) = 8+143+164=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #088FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FA4 is #F7705B. Grayscale: #686868. Windows color (decimal): -16216156 or 10784520. OLE color: 10784520.
HSL color Cylindrical-coordinate representation of color #088FA4: hue angle of 188.08º 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 #088FA4 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 143 | 164 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.36 |
| HSL | 188.08º | 0.91% | 0.34% | - |
| HSV(B) | 188.08º | 0.95% | 0.64% | - |
| XYZ | 16.62 | 22.38 | 38.56 | - |
| YUV | 105.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 164 | 0.95 | 0.13 | 0 | 0.36 | 188.08 | 0.91 | 0.34 |
| Hex | 8 | 8F | A4 | 5F | D | 0 | 24 | BC | 5B | 22 |
| Octal | 10 | 217 | 244 | 137 | 15 | 0 | 44 | 274 | 133 | 42 |
| Binary | 1000 | 10001111 | 10100100 | 1011111 | 1101 | 0 | 100100 | 10111100 | 1011011 | 100010 |
Color Harmonies of #088FA4
Complementary color
Monochromatic Colors of #088FA4
Black with #088FA4
Text Example
Text Example
White with #088FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FA4; }
p { color: rgb(8,143,164); }
H1.HeaderClassName
{
color: #088FA4;
}
.AnyTagClassName
{
color: #088FA4;
}
</style>
background-color css
<style>
a { background-color: #088FA4; }
a { background-color: rgb(8,143,164); }
div.DivClassName
{
background-color: #088FA4;
}
.BgClassName
{
background-color: #088FA4;
}
</style>
border-color css
<style>
span { border-color: #088FA4; }
span { border-color: rgb(8,143,164); }
td.TdClassName
{
border-color: #088FA4;
}
.TagClassName
{
border-color: #088FA4;
}
</style>