Shades of Eastern Blue #088A9F
Tints of Eastern Blue #088A9F
RGB
CMYK
RGB Variations
Color information
#088A9F (or 0x088A9F) is known color: Eastern Blue. HEX triplet: 08, 8A and 9F. RGB value is (8,138,159). Sum of RGB (Red+Green+Blue) = 8+138+159=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #088A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088A9F is #F77560. Grayscale: #656565. Windows color (decimal): -16217441 or 10455560. OLE color: 10455560.
HSL color Cylindrical-coordinate representation of color #088A9F: hue angle of 188.34º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088A9F is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 138 | 159 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.38 |
| HSL | 188.34º | 0.9% | 0.33% | - |
| HSV(B) | 188.34º | 0.95% | 0.62% | - |
| XYZ | 15.45 | 20.73 | 35.99 | - |
| YUV | 101.52 | 160.43 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 159 | 0.95 | 0.13 | 0 | 0.38 | 188.34 | 0.9 | 0.33 |
| Hex | 8 | 8A | 9F | 5F | D | 0 | 26 | BC | 5A | 21 |
| Octal | 10 | 212 | 237 | 137 | 15 | 0 | 46 | 274 | 132 | 41 |
| Binary | 1000 | 10001010 | 10011111 | 1011111 | 1101 | 0 | 100110 | 10111100 | 1011010 | 100001 |
Color Harmonies of #088A9F
Complementary color
Monochromatic Colors of #088A9F
Black with #088A9F
Text Example
Text Example
White with #088A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A9F; }
p { color: rgb(8,138,159); }
H1.HeaderClassName
{
color: #088A9F;
}
.AnyTagClassName
{
color: #088A9F;
}
</style>
background-color css
<style>
a { background-color: #088A9F; }
a { background-color: rgb(8,138,159); }
div.DivClassName
{
background-color: #088A9F;
}
.BgClassName
{
background-color: #088A9F;
}
</style>
border-color css
<style>
span { border-color: #088A9F; }
span { border-color: rgb(8,138,159); }
td.TdClassName
{
border-color: #088A9F;
}
.TagClassName
{
border-color: #088A9F;
}
</style>