Shades of Eastern Blue #16899D
Tints of Eastern Blue #16899D
RGB
CMYK
RGB Variations
Color information
#16899D (or 0x16899D) is known color: Eastern Blue. HEX triplet: 16, 89 and 9D. RGB value is (22,137,157). Sum of RGB (Red+Green+Blue) = 22+137+157=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #16899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16899D is #E97662. Grayscale: #686868. Windows color (decimal): -15300195 or 10324246. OLE color: 10324246.
HSL color Cylindrical-coordinate representation of color #16899D: hue angle of 188.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16899D is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 137 | 157 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.38 |
| HSL | 188.89º | 0.75% | 0.35% | - |
| HSV(B) | 188.89º | 0.86% | 0.62% | - |
| XYZ | 15.36 | 20.5 | 35.04 | - |
| YUV | 104.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 157 | 0.86 | 0.13 | 0 | 0.38 | 188.89 | 0.75 | 0.35 |
| Hex | 16 | 89 | 9D | 56 | D | 0 | 26 | BD | 4B | 23 |
| Octal | 26 | 211 | 235 | 126 | 15 | 0 | 46 | 275 | 113 | 43 |
| Binary | 10110 | 10001001 | 10011101 | 1010110 | 1101 | 0 | 100110 | 10111101 | 1001011 | 100011 |
Color Harmonies of #16899D
Complementary color
Monochromatic Colors of #16899D
Black with #16899D
Text Example
Text Example
White with #16899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16899D; }
p { color: rgb(22,137,157); }
H1.HeaderClassName
{
color: #16899D;
}
.AnyTagClassName
{
color: #16899D;
}
</style>
background-color css
<style>
a { background-color: #16899D; }
a { background-color: rgb(22,137,157); }
div.DivClassName
{
background-color: #16899D;
}
.BgClassName
{
background-color: #16899D;
}
</style>
border-color css
<style>
span { border-color: #16899D; }
span { border-color: rgb(22,137,157); }
td.TdClassName
{
border-color: #16899D;
}
.TagClassName
{
border-color: #16899D;
}
</style>