Shades of Eastern Blue #088C9F
Tints of Eastern Blue #088C9F
RGB
CMYK
RGB Variations
Color information
#088C9F (or 0x088C9F) is known color: Eastern Blue. HEX triplet: 08, 8C and 9F. RGB value is (8,140,159). Sum of RGB (Red+Green+Blue) = 8+140+159=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #088C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088C9F is #F77360. Grayscale: #666666. Windows color (decimal): -16216929 or 10456072. OLE color: 10456072.
HSL color Cylindrical-coordinate representation of color #088C9F: hue angle of 187.55º 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 #088C9F is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 140 | 159 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.38 |
| HSL | 187.55º | 0.9% | 0.33% | - |
| HSV(B) | 187.55º | 0.95% | 0.62% | - |
| XYZ | 15.74 | 21.31 | 36.08 | - |
| YUV | 102.7 | 159.77 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 159 | 0.95 | 0.12 | 0 | 0.38 | 187.55 | 0.9 | 0.33 |
| Hex | 8 | 8C | 9F | 5F | C | 0 | 26 | BC | 5A | 21 |
| Octal | 10 | 214 | 237 | 137 | 14 | 0 | 46 | 274 | 132 | 41 |
| Binary | 1000 | 10001100 | 10011111 | 1011111 | 1100 | 0 | 100110 | 10111100 | 1011010 | 100001 |
Color Harmonies of #088C9F
Complementary color
Monochromatic Colors of #088C9F
Black with #088C9F
Text Example
Text Example
White with #088C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C9F; }
p { color: rgb(8,140,159); }
H1.HeaderClassName
{
color: #088C9F;
}
.AnyTagClassName
{
color: #088C9F;
}
</style>
background-color css
<style>
a { background-color: #088C9F; }
a { background-color: rgb(8,140,159); }
div.DivClassName
{
background-color: #088C9F;
}
.BgClassName
{
background-color: #088C9F;
}
</style>
border-color css
<style>
span { border-color: #088C9F; }
span { border-color: rgb(8,140,159); }
td.TdClassName
{
border-color: #088C9F;
}
.TagClassName
{
border-color: #088C9F;
}
</style>