Shades of Eastern Blue #028BAA
Tints of Eastern Blue #028BAA
RGB
CMYK
RGB Variations
Color information
#028BAA (or 0x028BAA) is known color: Eastern Blue. HEX triplet: 02, 8B and AA. RGB value is (2,139,170). Sum of RGB (Red+Green+Blue) = 2+139+170=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 139 (54.69% from 255 or 44.69% 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 #028BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BAA is #FD7455. Grayscale: #656565. Windows color (decimal): -16610390 or 11176706. OLE color: 11176706.
HSL color Cylindrical-coordinate representation of color #028BAA: hue angle of 191.07º 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 #028BAA is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 139 | 170 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.33 |
| HSL | 191.07º | 0.98% | 0.34% | - |
| HSV(B) | 191.07º | 0.99% | 0.67% | - |
| XYZ | 16.51 | 21.38 | 41.29 | - |
| YUV | 101.57 | 166.61 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 170 | 0.99 | 0.18 | 0 | 0.33 | 191.07 | 0.98 | 0.34 |
| Hex | 2 | 8B | AA | 63 | 12 | 0 | 21 | BF | 62 | 22 |
| Octal | 2 | 213 | 252 | 143 | 22 | 0 | 41 | 277 | 142 | 42 |
| Binary | 10 | 10001011 | 10101010 | 1100011 | 10010 | 0 | 100001 | 10111111 | 1100010 | 100010 |
Color Harmonies of #028BAA
Complementary color
Monochromatic Colors of #028BAA
Black with #028BAA
Text Example
Text Example
White with #028BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BAA; }
p { color: rgb(2,139,170); }
H1.HeaderClassName
{
color: #028BAA;
}
.AnyTagClassName
{
color: #028BAA;
}
</style>
background-color css
<style>
a { background-color: #028BAA; }
a { background-color: rgb(2,139,170); }
div.DivClassName
{
background-color: #028BAA;
}
.BgClassName
{
background-color: #028BAA;
}
</style>
border-color css
<style>
span { border-color: #028BAA; }
span { border-color: rgb(2,139,170); }
td.TdClassName
{
border-color: #028BAA;
}
.TagClassName
{
border-color: #028BAA;
}
</style>