Shades of Eastern Blue #028D9F
Tints of Eastern Blue #028D9F
RGB
CMYK
RGB Variations
Color information
#028D9F (or 0x028D9F) is known color: Eastern Blue. HEX triplet: 02, 8D and 9F. RGB value is (2,141,159). Sum of RGB (Red+Green+Blue) = 2+141+159=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #028D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028D9F is #FD7260. Grayscale: #656565. Windows color (decimal): -16609889 or 10456322. OLE color: 10456322.
HSL color Cylindrical-coordinate representation of color #028D9F: hue angle of 186.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028D9F is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 141 | 159 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.38 |
| HSL | 186.88º | 0.98% | 0.32% | - |
| HSV(B) | 186.88º | 0.99% | 0.62% | - |
| XYZ | 15.81 | 21.57 | 36.13 | - |
| YUV | 101.49 | 160.45 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 159 | 0.99 | 0.11 | 0 | 0.38 | 186.88 | 0.98 | 0.32 |
| Hex | 2 | 8D | 9F | 63 | B | 0 | 26 | BB | 62 | 20 |
| Octal | 2 | 215 | 237 | 143 | 13 | 0 | 46 | 273 | 142 | 40 |
| Binary | 10 | 10001101 | 10011111 | 1100011 | 1011 | 0 | 100110 | 10111011 | 1100010 | 100000 |
Color Harmonies of #028D9F
Complementary color
Monochromatic Colors of #028D9F
Black with #028D9F
Text Example
Text Example
White with #028D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D9F; }
p { color: rgb(2,141,159); }
H1.HeaderClassName
{
color: #028D9F;
}
.AnyTagClassName
{
color: #028D9F;
}
</style>
background-color css
<style>
a { background-color: #028D9F; }
a { background-color: rgb(2,141,159); }
div.DivClassName
{
background-color: #028D9F;
}
.BgClassName
{
background-color: #028D9F;
}
</style>
border-color css
<style>
span { border-color: #028D9F; }
span { border-color: rgb(2,141,159); }
td.TdClassName
{
border-color: #028D9F;
}
.TagClassName
{
border-color: #028D9F;
}
</style>