Shades of Eastern Blue #168DA1
Tints of Eastern Blue #168DA1
RGB
CMYK
RGB Variations
Color information
#168DA1 (or 0x168DA1) is known color: Eastern Blue. HEX triplet: 16, 8D and A1. RGB value is (22,141,161). Sum of RGB (Red+Green+Blue) = 22+141+161=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 161 (63.28% from 255 or 49.69% from 324); Max value from RGB is 161 - color contains mainly: blue. Hex color #168DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168DA1 is #E9725E. Grayscale: #6B6B6B. Windows color (decimal): -15299167 or 10587414. OLE color: 10587414.
HSL color Cylindrical-coordinate representation of color #168DA1: hue angle of 188.63º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168DA1 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 141 | 161 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.37 |
| HSL | 188.63º | 0.76% | 0.36% | - |
| HSV(B) | 188.63º | 0.86% | 0.63% | - |
| XYZ | 16.29 | 21.79 | 37.07 | - |
| YUV | 107.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 161 | 0.86 | 0.12 | 0 | 0.37 | 188.63 | 0.76 | 0.36 |
| Hex | 16 | 8D | A1 | 56 | C | 0 | 25 | BD | 4C | 24 |
| Octal | 26 | 215 | 241 | 126 | 14 | 0 | 45 | 275 | 114 | 44 |
| Binary | 10110 | 10001101 | 10100001 | 1010110 | 1100 | 0 | 100101 | 10111101 | 1001100 | 100100 |
Color Harmonies of #168DA1
Complementary color
Monochromatic Colors of #168DA1
Black with #168DA1
Text Example
Text Example
White with #168DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DA1; }
p { color: rgb(22,141,161); }
H1.HeaderClassName
{
color: #168DA1;
}
.AnyTagClassName
{
color: #168DA1;
}
</style>
background-color css
<style>
a { background-color: #168DA1; }
a { background-color: rgb(22,141,161); }
div.DivClassName
{
background-color: #168DA1;
}
.BgClassName
{
background-color: #168DA1;
}
</style>
border-color css
<style>
span { border-color: #168DA1; }
span { border-color: rgb(22,141,161); }
td.TdClassName
{
border-color: #168DA1;
}
.TagClassName
{
border-color: #168DA1;
}
</style>