Shades of Eastern Blue #088DA2
Tints of Eastern Blue #088DA2
RGB
CMYK
RGB Variations
Color information
#088DA2 (or 0x088DA2) is known color: Eastern Blue. HEX triplet: 08, 8D and A2. RGB value is (8,141,162). Sum of RGB (Red+Green+Blue) = 8+141+162=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #088DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DA2 is #F7725D. Grayscale: #676767. Windows color (decimal): -16216670 or 10652936. OLE color: 10652936.
HSL color Cylindrical-coordinate representation of color #088DA2: hue angle of 188.18º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088DA2 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 141 | 162 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.36 |
| HSL | 188.18º | 0.91% | 0.33% | - |
| HSV(B) | 188.18º | 0.95% | 0.64% | - |
| XYZ | 16.15 | 21.71 | 37.52 | - |
| YUV | 103.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 162 | 0.95 | 0.13 | 0 | 0.36 | 188.18 | 0.91 | 0.33 |
| Hex | 8 | 8D | A2 | 5F | D | 0 | 24 | BC | 5B | 21 |
| Octal | 10 | 215 | 242 | 137 | 15 | 0 | 44 | 274 | 133 | 41 |
| Binary | 1000 | 10001101 | 10100010 | 1011111 | 1101 | 0 | 100100 | 10111100 | 1011011 | 100001 |
Color Harmonies of #088DA2
Complementary color
Monochromatic Colors of #088DA2
Black with #088DA2
Text Example
Text Example
White with #088DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DA2; }
p { color: rgb(8,141,162); }
H1.HeaderClassName
{
color: #088DA2;
}
.AnyTagClassName
{
color: #088DA2;
}
</style>
background-color css
<style>
a { background-color: #088DA2; }
a { background-color: rgb(8,141,162); }
div.DivClassName
{
background-color: #088DA2;
}
.BgClassName
{
background-color: #088DA2;
}
</style>
border-color css
<style>
span { border-color: #088DA2; }
span { border-color: rgb(8,141,162); }
td.TdClassName
{
border-color: #088DA2;
}
.TagClassName
{
border-color: #088DA2;
}
</style>