Shades of Eastern Blue #028F9F
Tints of Eastern Blue #028F9F
RGB
CMYK
RGB Variations
Color information
#028F9F (or 0x028F9F) is known color: Eastern Blue. HEX triplet: 02, 8F and 9F. RGB value is (2,143,159). Sum of RGB (Red+Green+Blue) = 2+143+159=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #028F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028F9F is #FD7060. Grayscale: #666666. Windows color (decimal): -16609377 or 10456834. OLE color: 10456834.
HSL color Cylindrical-coordinate representation of color #028F9F: hue angle of 186.11º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028F9F is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 143 | 159 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.38 |
| HSL | 186.11º | 0.98% | 0.32% | - |
| HSV(B) | 186.11º | 0.99% | 0.62% | - |
| XYZ | 16.11 | 22.16 | 36.23 | - |
| YUV | 102.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 159 | 0.99 | 0.10 | 0 | 0.38 | 186.11 | 0.98 | 0.32 |
| Hex | 2 | 8F | 9F | 63 | A | 0 | 26 | BA | 62 | 20 |
| Octal | 2 | 217 | 237 | 143 | 12 | 0 | 46 | 272 | 142 | 40 |
| Binary | 10 | 10001111 | 10011111 | 1100011 | 1010 | 0 | 100110 | 10111010 | 1100010 | 100000 |
Color Harmonies of #028F9F
Complementary color
Monochromatic Colors of #028F9F
Black with #028F9F
Text Example
Text Example
White with #028F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F9F; }
p { color: rgb(2,143,159); }
H1.HeaderClassName
{
color: #028F9F;
}
.AnyTagClassName
{
color: #028F9F;
}
</style>
background-color css
<style>
a { background-color: #028F9F; }
a { background-color: rgb(2,143,159); }
div.DivClassName
{
background-color: #028F9F;
}
.BgClassName
{
background-color: #028F9F;
}
</style>
border-color css
<style>
span { border-color: #028F9F; }
span { border-color: rgb(2,143,159); }
td.TdClassName
{
border-color: #028F9F;
}
.TagClassName
{
border-color: #028F9F;
}
</style>