Shades of Eastern Blue #028DAB
Tints of Eastern Blue #028DAB
RGB
CMYK
RGB Variations
Color information
#028DAB (or 0x028DAB) is known color: Eastern Blue. HEX triplet: 02, 8D and AB. RGB value is (2,141,171). Sum of RGB (Red+Green+Blue) = 2+141+171=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #028DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028DAB is #FD7254. Grayscale: #666666. Windows color (decimal): -16609877 or 11242754. OLE color: 11242754.
HSL color Cylindrical-coordinate representation of color #028DAB: hue angle of 190.65º 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 #028DAB is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 141 | 171 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.33 |
| HSL | 190.65º | 0.98% | 0.34% | - |
| HSV(B) | 190.65º | 0.99% | 0.67% | - |
| XYZ | 16.9 | 22 | 41.88 | - |
| YUV | 102.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 171 | 0.99 | 0.18 | 0 | 0.33 | 190.65 | 0.98 | 0.34 |
| Hex | 2 | 8D | AB | 63 | 12 | 0 | 21 | BF | 62 | 22 |
| Octal | 2 | 215 | 253 | 143 | 22 | 0 | 41 | 277 | 142 | 42 |
| Binary | 10 | 10001101 | 10101011 | 1100011 | 10010 | 0 | 100001 | 10111111 | 1100010 | 100010 |
Color Harmonies of #028DAB
Complementary color
Monochromatic Colors of #028DAB
Black with #028DAB
Text Example
Text Example
White with #028DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DAB; }
p { color: rgb(2,141,171); }
H1.HeaderClassName
{
color: #028DAB;
}
.AnyTagClassName
{
color: #028DAB;
}
</style>
background-color css
<style>
a { background-color: #028DAB; }
a { background-color: rgb(2,141,171); }
div.DivClassName
{
background-color: #028DAB;
}
.BgClassName
{
background-color: #028DAB;
}
</style>
border-color css
<style>
span { border-color: #028DAB; }
span { border-color: rgb(2,141,171); }
td.TdClassName
{
border-color: #028DAB;
}
.TagClassName
{
border-color: #028DAB;
}
</style>