Shades of Eastern Blue #088F9F
Tints of Eastern Blue #088F9F
RGB
CMYK
RGB Variations
Color information
#088F9F (or 0x088F9F) is known color: Eastern Blue. HEX triplet: 08, 8F and 9F. RGB value is (8,143,159). Sum of RGB (Red+Green+Blue) = 8+143+159=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #088F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088F9F is #F77060. Grayscale: #686868. Windows color (decimal): -16216161 or 10456840. OLE color: 10456840.
HSL color Cylindrical-coordinate representation of color #088F9F: hue angle of 186.36º 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 #088F9F is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 143 | 159 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.38 |
| HSL | 186.36º | 0.9% | 0.33% | - |
| HSV(B) | 186.36º | 0.95% | 0.62% | - |
| XYZ | 16.18 | 22.2 | 36.23 | - |
| YUV | 104.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 159 | 0.95 | 0.10 | 0 | 0.38 | 186.36 | 0.9 | 0.33 |
| Hex | 8 | 8F | 9F | 5F | A | 0 | 26 | BA | 5A | 21 |
| Octal | 10 | 217 | 237 | 137 | 12 | 0 | 46 | 272 | 132 | 41 |
| Binary | 1000 | 10001111 | 10011111 | 1011111 | 1010 | 0 | 100110 | 10111010 | 1011010 | 100001 |
Color Harmonies of #088F9F
Complementary color
Monochromatic Colors of #088F9F
Black with #088F9F
Text Example
Text Example
White with #088F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F9F; }
p { color: rgb(8,143,159); }
H1.HeaderClassName
{
color: #088F9F;
}
.AnyTagClassName
{
color: #088F9F;
}
</style>
background-color css
<style>
a { background-color: #088F9F; }
a { background-color: rgb(8,143,159); }
div.DivClassName
{
background-color: #088F9F;
}
.BgClassName
{
background-color: #088F9F;
}
</style>
border-color css
<style>
span { border-color: #088F9F; }
span { border-color: rgb(8,143,159); }
td.TdClassName
{
border-color: #088F9F;
}
.TagClassName
{
border-color: #088F9F;
}
</style>