Shades of Eastern Blue #168BA2
Tints of Eastern Blue #168BA2
RGB
CMYK
RGB Variations
Color information
#168BA2 (or 0x168BA2) is known color: Eastern Blue. HEX triplet: 16, 8B and A2. RGB value is (22,139,162). Sum of RGB (Red+Green+Blue) = 22+139+162=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #168BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168BA2 is #E9745D. Grayscale: #6A6A6A. Windows color (decimal): -15299678 or 10652438. OLE color: 10652438.
HSL color Cylindrical-coordinate representation of color #168BA2: hue angle of 189.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168BA2 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 139 | 162 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.36 |
| HSL | 189.86º | 0.76% | 0.36% | - |
| HSV(B) | 189.86º | 0.86% | 0.64% | - |
| XYZ | 16.09 | 21.24 | 37.44 | - |
| YUV | 106.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 162 | 0.86 | 0.14 | 0 | 0.36 | 189.86 | 0.76 | 0.36 |
| Hex | 16 | 8B | A2 | 56 | E | 0 | 24 | BE | 4C | 24 |
| Octal | 26 | 213 | 242 | 126 | 16 | 0 | 44 | 276 | 114 | 44 |
| Binary | 10110 | 10001011 | 10100010 | 1010110 | 1110 | 0 | 100100 | 10111110 | 1001100 | 100100 |
Color Harmonies of #168BA2
Complementary color
Monochromatic Colors of #168BA2
Black with #168BA2
Text Example
Text Example
White with #168BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BA2; }
p { color: rgb(22,139,162); }
H1.HeaderClassName
{
color: #168BA2;
}
.AnyTagClassName
{
color: #168BA2;
}
</style>
background-color css
<style>
a { background-color: #168BA2; }
a { background-color: rgb(22,139,162); }
div.DivClassName
{
background-color: #168BA2;
}
.BgClassName
{
background-color: #168BA2;
}
</style>
border-color css
<style>
span { border-color: #168BA2; }
span { border-color: rgb(22,139,162); }
td.TdClassName
{
border-color: #168BA2;
}
.TagClassName
{
border-color: #168BA2;
}
</style>