Shades of Eastern Blue #028E9B
Tints of Eastern Blue #028E9B
RGB
CMYK
RGB Variations
Color information
#028E9B (or 0x028E9B) is known color: Eastern Blue. HEX triplet: 02, 8E and 9B. RGB value is (2,142,155). Sum of RGB (Red+Green+Blue) = 2+142+155=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #028E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E9B is #FD7164. Grayscale: #656565. Windows color (decimal): -16609637 or 10194434. OLE color: 10194434.
HSL color Cylindrical-coordinate representation of color #028E9B: hue angle of 185.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E9B is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 142 | 155 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.39 |
| HSL | 185.1º | 0.97% | 0.31% | - |
| HSV(B) | 185.1º | 0.99% | 0.61% | - |
| XYZ | 15.61 | 21.73 | 34.38 | - |
| YUV | 101.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 155 | 0.99 | 0.08 | 0 | 0.39 | 185.1 | 0.97 | 0.31 |
| Hex | 2 | 8E | 9B | 63 | 8 | 0 | 27 | B9 | 61 | 1F |
| Octal | 2 | 216 | 233 | 143 | 10 | 0 | 47 | 271 | 141 | 37 |
| Binary | 10 | 10001110 | 10011011 | 1100011 | 1000 | 0 | 100111 | 10111001 | 1100001 | 11111 |
Color Harmonies of #028E9B
Complementary color
Monochromatic Colors of #028E9B
Black with #028E9B
Text Example
Text Example
White with #028E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E9B; }
p { color: rgb(2,142,155); }
H1.HeaderClassName
{
color: #028E9B;
}
.AnyTagClassName
{
color: #028E9B;
}
</style>
background-color css
<style>
a { background-color: #028E9B; }
a { background-color: rgb(2,142,155); }
div.DivClassName
{
background-color: #028E9B;
}
.BgClassName
{
background-color: #028E9B;
}
</style>
border-color css
<style>
span { border-color: #028E9B; }
span { border-color: rgb(2,142,155); }
td.TdClassName
{
border-color: #028E9B;
}
.TagClassName
{
border-color: #028E9B;
}
</style>