Shades of Eastern Blue #0882A0
Tints of Eastern Blue #0882A0
RGB
CMYK
RGB Variations
Color information
#0882A0 (or 0x0882A0) is known color: Eastern Blue. HEX triplet: 08, 82 and A0. RGB value is (8,130,160). Sum of RGB (Red+Green+Blue) = 8+130+160=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #0882A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0882A0 is #F77D5F. Grayscale: #606060. Windows color (decimal): -16219488 or 10519048. OLE color: 10519048.
HSL color Cylindrical-coordinate representation of color #0882A0: hue angle of 191.84º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0882A0 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 130 | 160 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.37 |
| HSL | 191.84º | 0.9% | 0.33% | - |
| HSV(B) | 191.84º | 0.95% | 0.63% | - |
| XYZ | 14.43 | 18.55 | 36.08 | - |
| YUV | 96.94 | 163.58 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 160 | 0.95 | 0.19 | 0 | 0.37 | 191.84 | 0.9 | 0.33 |
| Hex | 8 | 82 | A0 | 5F | 13 | 0 | 25 | C0 | 5A | 21 |
| Octal | 10 | 202 | 240 | 137 | 23 | 0 | 45 | 300 | 132 | 41 |
| Binary | 1000 | 10000010 | 10100000 | 1011111 | 10011 | 0 | 100101 | 11000000 | 1011010 | 100001 |
Color Harmonies of #0882A0
Complementary color
Monochromatic Colors of #0882A0
Black with #0882A0
Text Example
Text Example
White with #0882A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882A0; }
p { color: rgb(8,130,160); }
H1.HeaderClassName
{
color: #0882A0;
}
.AnyTagClassName
{
color: #0882A0;
}
</style>
background-color css
<style>
a { background-color: #0882A0; }
a { background-color: rgb(8,130,160); }
div.DivClassName
{
background-color: #0882A0;
}
.BgClassName
{
background-color: #0882A0;
}
</style>
border-color css
<style>
span { border-color: #0882A0; }
span { border-color: rgb(8,130,160); }
td.TdClassName
{
border-color: #0882A0;
}
.TagClassName
{
border-color: #0882A0;
}
</style>