Shades of Eastern Blue #168BA6
Tints of Eastern Blue #168BA6
RGB
CMYK
RGB Variations
Color information
#168BA6 (or 0x168BA6) is known color: Eastern Blue. HEX triplet: 16, 8B and A6. RGB value is (22,139,166). Sum of RGB (Red+Green+Blue) = 22+139+166=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #168BA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168BA6 is #E97459. Grayscale: #6A6A6A. Windows color (decimal): -15299674 or 10914582. OLE color: 10914582.
HSL color Cylindrical-coordinate representation of color #168BA6: hue angle of 191.25º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168BA6 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 139 | 166 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.35 |
| HSL | 191.25º | 0.77% | 0.37% | - |
| HSV(B) | 191.25º | 0.87% | 0.65% | - |
| XYZ | 16.45 | 21.39 | 39.34 | - |
| YUV | 107.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 166 | 0.87 | 0.16 | 0 | 0.35 | 191.25 | 0.77 | 0.37 |
| Hex | 16 | 8B | A6 | 57 | 10 | 0 | 23 | BF | 4D | 25 |
| Octal | 26 | 213 | 246 | 127 | 20 | 0 | 43 | 277 | 115 | 45 |
| Binary | 10110 | 10001011 | 10100110 | 1010111 | 10000 | 0 | 100011 | 10111111 | 1001101 | 100101 |
Color Harmonies of #168BA6
Complementary color
Monochromatic Colors of #168BA6
Black with #168BA6
Text Example
Text Example
White with #168BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BA6; }
p { color: rgb(22,139,166); }
H1.HeaderClassName
{
color: #168BA6;
}
.AnyTagClassName
{
color: #168BA6;
}
</style>
background-color css
<style>
a { background-color: #168BA6; }
a { background-color: rgb(22,139,166); }
div.DivClassName
{
background-color: #168BA6;
}
.BgClassName
{
background-color: #168BA6;
}
</style>
border-color css
<style>
span { border-color: #168BA6; }
span { border-color: rgb(22,139,166); }
td.TdClassName
{
border-color: #168BA6;
}
.TagClassName
{
border-color: #168BA6;
}
</style>