Shades of Eastern Blue #168499
Tints of Eastern Blue #168499
RGB
CMYK
RGB Variations
Color information
#168499 (or 0x168499) is known color: Eastern Blue. HEX triplet: 16, 84 and 99. RGB value is (22,132,153). Sum of RGB (Red+Green+Blue) = 22+132+153=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #168499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168499 is #E97B66. Grayscale: #656565. Windows color (decimal): -15301479 or 10060822. OLE color: 10060822.
HSL color Cylindrical-coordinate representation of color #168499: hue angle of 189.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168499 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 132 | 153 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.4 |
| HSL | 189.62º | 0.75% | 0.34% | - |
| HSV(B) | 189.62º | 0.86% | 0.6% | - |
| XYZ | 14.33 | 18.97 | 33.04 | - |
| YUV | 101.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 153 | 0.86 | 0.14 | 0 | 0.4 | 189.62 | 0.75 | 0.34 |
| Hex | 16 | 84 | 99 | 56 | E | 0 | 28 | BE | 4B | 22 |
| Octal | 26 | 204 | 231 | 126 | 16 | 0 | 50 | 276 | 113 | 42 |
| Binary | 10110 | 10000100 | 10011001 | 1010110 | 1110 | 0 | 101000 | 10111110 | 1001011 | 100010 |
Color Harmonies of #168499
Complementary color
Monochromatic Colors of #168499
Black with #168499
Text Example
Text Example
White with #168499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168499; }
p { color: rgb(22,132,153); }
H1.HeaderClassName
{
color: #168499;
}
.AnyTagClassName
{
color: #168499;
}
</style>
background-color css
<style>
a { background-color: #168499; }
a { background-color: rgb(22,132,153); }
div.DivClassName
{
background-color: #168499;
}
.BgClassName
{
background-color: #168499;
}
</style>
border-color css
<style>
span { border-color: #168499; }
span { border-color: rgb(22,132,153); }
td.TdClassName
{
border-color: #168499;
}
.TagClassName
{
border-color: #168499;
}
</style>