Shades of Eastern Blue #088E97
Tints of Eastern Blue #088E97
RGB
CMYK
RGB Variations
Color information
#088E97 (or 0x088E97) is known color: Eastern Blue. HEX triplet: 08, 8E and 97. RGB value is (8,142,151). Sum of RGB (Red+Green+Blue) = 8+142+151=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #088E97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088E97 is #F77168. Grayscale: #666666. Windows color (decimal): -16216425 or 9932296. OLE color: 9932296.
HSL color Cylindrical-coordinate representation of color #088E97: hue angle of 183.78º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088E97 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 142 | 151 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.41 |
| HSL | 183.78º | 0.9% | 0.31% | - |
| HSV(B) | 183.78º | 0.95% | 0.59% | - |
| XYZ | 15.36 | 21.63 | 32.64 | - |
| YUV | 102.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 151 | 0.95 | 0.06 | 0 | 0.41 | 183.78 | 0.9 | 0.31 |
| Hex | 8 | 8E | 97 | 5F | 6 | 0 | 29 | B8 | 5A | 1F |
| Octal | 10 | 216 | 227 | 137 | 6 | 0 | 51 | 270 | 132 | 37 |
| Binary | 1000 | 10001110 | 10010111 | 1011111 | 110 | 0 | 101001 | 10111000 | 1011010 | 11111 |
Color Harmonies of #088E97
Complementary color
Monochromatic Colors of #088E97
Black with #088E97
Text Example
Text Example
White with #088E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088E97; }
p { color: rgb(8,142,151); }
H1.HeaderClassName
{
color: #088E97;
}
.AnyTagClassName
{
color: #088E97;
}
</style>
background-color css
<style>
a { background-color: #088E97; }
a { background-color: rgb(8,142,151); }
div.DivClassName
{
background-color: #088E97;
}
.BgClassName
{
background-color: #088E97;
}
</style>
border-color css
<style>
span { border-color: #088E97; }
span { border-color: rgb(8,142,151); }
td.TdClassName
{
border-color: #088E97;
}
.TagClassName
{
border-color: #088E97;
}
</style>