Shades of Eastern Blue #008DAA
Tints of Eastern Blue #008DAA
RGB
CMYK
RGB Variations
Color information
#008DAA (or 0x008DAA) is known color: Eastern Blue. HEX triplet: 00, 8D and AA. RGB value is (0,141,170). Sum of RGB (Red+Green+Blue) = 0+141+170=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #008DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DAA is #FF7255. Grayscale: #656565. Windows color (decimal): -16740950 or 11177216. OLE color: 11177216.
HSL color Cylindrical-coordinate representation of color #008DAA: hue angle of 190.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DAA is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 141 | 170 | - |
| CMYK | 1 | 0.17 | 0 | 0.33 |
| HSL | 190.24º | 1% | 0.33% | - |
| HSV(B) | 190.24º | 1% | 0.67% | - |
| XYZ | 16.78 | 21.95 | 41.38 | - |
| YUV | 102.15 | 166.29 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 170 | 1 | 0.17 | 0 | 0.33 | 190.24 | 1 | 0.33 |
| Hex | 0 | 8D | AA | 64 | 11 | 0 | 21 | BE | 64 | 21 |
| Octal | 0 | 215 | 252 | 144 | 21 | 0 | 41 | 276 | 144 | 41 |
| Binary | 0 | 10001101 | 10101010 | 1100100 | 10001 | 0 | 100001 | 10111110 | 1100100 | 100001 |
Color Harmonies of #008DAA
Complementary color
Monochromatic Colors of #008DAA
Black with #008DAA
Text Example
Text Example
White with #008DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DAA; }
p { color: rgb(0,141,170); }
H1.HeaderClassName
{
color: #008DAA;
}
.AnyTagClassName
{
color: #008DAA;
}
</style>
background-color css
<style>
a { background-color: #008DAA; }
a { background-color: rgb(0,141,170); }
div.DivClassName
{
background-color: #008DAA;
}
.BgClassName
{
background-color: #008DAA;
}
</style>
border-color css
<style>
span { border-color: #008DAA; }
span { border-color: rgb(0,141,170); }
td.TdClassName
{
border-color: #008DAA;
}
.TagClassName
{
border-color: #008DAA;
}
</style>