Shades of Eastern Blue #028C98
Tints of Eastern Blue #028C98
RGB
CMYK
RGB Variations
Color information
#028C98 (or 0x028C98) is known color: Eastern Blue. HEX triplet: 02, 8C and 98. RGB value is (2,140,152). Sum of RGB (Red+Green+Blue) = 2+140+152=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #028C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028C98 is #FD7367. Grayscale: #636363. Windows color (decimal): -16610152 or 9997314. OLE color: 9997314.
HSL color Cylindrical-coordinate representation of color #028C98: hue angle of 184.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C98 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 140 | 152 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.40 |
| HSL | 184.8º | 0.97% | 0.3% | - |
| HSV(B) | 184.8º | 0.99% | 0.6% | - |
| XYZ | 15.07 | 21.04 | 32.97 | - |
| YUV | 100.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 152 | 0.99 | 0.08 | 0 | 0.40 | 184.8 | 0.97 | 0.3 |
| Hex | 2 | 8C | 98 | 63 | 8 | 0 | 28 | B9 | 61 | 1E |
| Octal | 2 | 214 | 230 | 143 | 10 | 0 | 50 | 271 | 141 | 36 |
| Binary | 10 | 10001100 | 10011000 | 1100011 | 1000 | 0 | 101000 | 10111001 | 1100001 | 11110 |
Color Harmonies of #028C98
Complementary color
Monochromatic Colors of #028C98
Black with #028C98
Text Example
Text Example
White with #028C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C98; }
p { color: rgb(2,140,152); }
H1.HeaderClassName
{
color: #028C98;
}
.AnyTagClassName
{
color: #028C98;
}
</style>
background-color css
<style>
a { background-color: #028C98; }
a { background-color: rgb(2,140,152); }
div.DivClassName
{
background-color: #028C98;
}
.BgClassName
{
background-color: #028C98;
}
</style>
border-color css
<style>
span { border-color: #028C98; }
span { border-color: rgb(2,140,152); }
td.TdClassName
{
border-color: #028C98;
}
.TagClassName
{
border-color: #028C98;
}
</style>