Shades of Eastern Blue #028BA8
Tints of Eastern Blue #028BA8
RGB
CMYK
RGB Variations
Color information
#028BA8 (or 0x028BA8) is known color: Eastern Blue. HEX triplet: 02, 8B and A8. RGB value is (2,139,168). Sum of RGB (Red+Green+Blue) = 2+139+168=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #028BA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BA8 is #FD7457. Grayscale: #656565. Windows color (decimal): -16610392 or 11045634. OLE color: 11045634.
HSL color Cylindrical-coordinate representation of color #028BA8: hue angle of 190.48º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BA8 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 139 | 168 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.34 |
| HSL | 190.48º | 0.98% | 0.33% | - |
| HSV(B) | 190.48º | 0.99% | 0.66% | - |
| XYZ | 16.33 | 21.31 | 40.3 | - |
| YUV | 101.34 | 165.61 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 168 | 0.99 | 0.17 | 0 | 0.34 | 190.48 | 0.98 | 0.33 |
| Hex | 2 | 8B | A8 | 63 | 11 | 0 | 22 | BE | 62 | 21 |
| Octal | 2 | 213 | 250 | 143 | 21 | 0 | 42 | 276 | 142 | 41 |
| Binary | 10 | 10001011 | 10101000 | 1100011 | 10001 | 0 | 100010 | 10111110 | 1100010 | 100001 |
Color Harmonies of #028BA8
Complementary color
Monochromatic Colors of #028BA8
Black with #028BA8
Text Example
Text Example
White with #028BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BA8; }
p { color: rgb(2,139,168); }
H1.HeaderClassName
{
color: #028BA8;
}
.AnyTagClassName
{
color: #028BA8;
}
</style>
background-color css
<style>
a { background-color: #028BA8; }
a { background-color: rgb(2,139,168); }
div.DivClassName
{
background-color: #028BA8;
}
.BgClassName
{
background-color: #028BA8;
}
</style>
border-color css
<style>
span { border-color: #028BA8; }
span { border-color: rgb(2,139,168); }
td.TdClassName
{
border-color: #028BA8;
}
.TagClassName
{
border-color: #028BA8;
}
</style>