Shades of Eastern Blue #0287AB
Tints of Eastern Blue #0287AB
RGB
CMYK
RGB Variations
Color information
#0287AB (or 0x0287AB) is known color: Eastern Blue. HEX triplet: 02, 87 and AB. RGB value is (2,135,171). Sum of RGB (Red+Green+Blue) = 2+135+171=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #0287AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0287AB is #FD7854. Grayscale: #636363. Windows color (decimal): -16611413 or 11241218. OLE color: 11241218.
HSL color Cylindrical-coordinate representation of color #0287AB: hue angle of 192.78º 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 #0287AB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 135 | 171 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.33 |
| HSL | 192.78º | 0.98% | 0.34% | - |
| HSV(B) | 192.78º | 0.99% | 0.67% | - |
| XYZ | 16.04 | 20.28 | 41.6 | - |
| YUV | 99.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 171 | 0.99 | 0.21 | 0 | 0.33 | 192.78 | 0.98 | 0.34 |
| Hex | 2 | 87 | AB | 63 | 15 | 0 | 21 | C1 | 62 | 22 |
| Octal | 2 | 207 | 253 | 143 | 25 | 0 | 41 | 301 | 142 | 42 |
| Binary | 10 | 10000111 | 10101011 | 1100011 | 10101 | 0 | 100001 | 11000001 | 1100010 | 100010 |
Color Harmonies of #0287AB
Complementary color
Monochromatic Colors of #0287AB
Black with #0287AB
Text Example
Text Example
White with #0287AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0287AB; }
p { color: rgb(2,135,171); }
H1.HeaderClassName
{
color: #0287AB;
}
.AnyTagClassName
{
color: #0287AB;
}
</style>
background-color css
<style>
a { background-color: #0287AB; }
a { background-color: rgb(2,135,171); }
div.DivClassName
{
background-color: #0287AB;
}
.BgClassName
{
background-color: #0287AB;
}
</style>
border-color css
<style>
span { border-color: #0287AB; }
span { border-color: rgb(2,135,171); }
td.TdClassName
{
border-color: #0287AB;
}
.TagClassName
{
border-color: #0287AB;
}
</style>