Shades of Eastern Blue #028FA5
Tints of Eastern Blue #028FA5
RGB
CMYK
RGB Variations
Color information
#028FA5 (or 0x028FA5) is known color: Eastern Blue. HEX triplet: 02, 8F and A5. RGB value is (2,143,165). Sum of RGB (Red+Green+Blue) = 2+143+165=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #028FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028FA5 is #FD705A. Grayscale: #676767. Windows color (decimal): -16609371 or 10850050. OLE color: 10850050.
HSL color Cylindrical-coordinate representation of color #028FA5: hue angle of 188.1º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FA5 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 143 | 165 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.35 |
| HSL | 188.1º | 0.98% | 0.33% | - |
| HSV(B) | 188.1º | 0.99% | 0.65% | - |
| XYZ | 16.64 | 22.37 | 39.04 | - |
| YUV | 103.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 165 | 0.99 | 0.13 | 0 | 0.35 | 188.1 | 0.98 | 0.33 |
| Hex | 2 | 8F | A5 | 63 | D | 0 | 23 | BC | 62 | 21 |
| Octal | 2 | 217 | 245 | 143 | 15 | 0 | 43 | 274 | 142 | 41 |
| Binary | 10 | 10001111 | 10100101 | 1100011 | 1101 | 0 | 100011 | 10111100 | 1100010 | 100001 |
Color Harmonies of #028FA5
Complementary color
Monochromatic Colors of #028FA5
Black with #028FA5
Text Example
Text Example
White with #028FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FA5; }
p { color: rgb(2,143,165); }
H1.HeaderClassName
{
color: #028FA5;
}
.AnyTagClassName
{
color: #028FA5;
}
</style>
background-color css
<style>
a { background-color: #028FA5; }
a { background-color: rgb(2,143,165); }
div.DivClassName
{
background-color: #028FA5;
}
.BgClassName
{
background-color: #028FA5;
}
</style>
border-color css
<style>
span { border-color: #028FA5; }
span { border-color: rgb(2,143,165); }
td.TdClassName
{
border-color: #028FA5;
}
.TagClassName
{
border-color: #028FA5;
}
</style>