Shades of Eastern Blue #028AAB
Tints of Eastern Blue #028AAB
RGB
CMYK
RGB Variations
Color information
#028AAB (or 0x028AAB) is known color: Eastern Blue. HEX triplet: 02, 8A and AB. RGB value is (2,138,171). Sum of RGB (Red+Green+Blue) = 2+138+171=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #028AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028AAB is #FD7554. Grayscale: #646464. Windows color (decimal): -16610645 or 11241986. OLE color: 11241986.
HSL color Cylindrical-coordinate representation of color #028AAB: hue angle of 191.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028AAB is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 138 | 171 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.33 |
| HSL | 191.72º | 0.98% | 0.34% | - |
| HSV(B) | 191.72º | 0.99% | 0.67% | - |
| XYZ | 16.46 | 21.13 | 41.74 | - |
| YUV | 101.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 171 | 0.99 | 0.19 | 0 | 0.33 | 191.72 | 0.98 | 0.34 |
| Hex | 2 | 8A | AB | 63 | 13 | 0 | 21 | C0 | 62 | 22 |
| Octal | 2 | 212 | 253 | 143 | 23 | 0 | 41 | 300 | 142 | 42 |
| Binary | 10 | 10001010 | 10101011 | 1100011 | 10011 | 0 | 100001 | 11000000 | 1100010 | 100010 |
Color Harmonies of #028AAB
Complementary color
Monochromatic Colors of #028AAB
Black with #028AAB
Text Example
Text Example
White with #028AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028AAB; }
p { color: rgb(2,138,171); }
H1.HeaderClassName
{
color: #028AAB;
}
.AnyTagClassName
{
color: #028AAB;
}
</style>
background-color css
<style>
a { background-color: #028AAB; }
a { background-color: rgb(2,138,171); }
div.DivClassName
{
background-color: #028AAB;
}
.BgClassName
{
background-color: #028AAB;
}
</style>
border-color css
<style>
span { border-color: #028AAB; }
span { border-color: rgb(2,138,171); }
td.TdClassName
{
border-color: #028AAB;
}
.TagClassName
{
border-color: #028AAB;
}
</style>