Shades of Eastern Blue #168CA3
Tints of Eastern Blue #168CA3
RGB
CMYK
RGB Variations
Color information
#168CA3 (or 0x168CA3) is known color: Eastern Blue. HEX triplet: 16, 8C and A3. RGB value is (22,140,163). Sum of RGB (Red+Green+Blue) = 22+140+163=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #168CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168CA3 is #E9735C. Grayscale: #6B6B6B. Windows color (decimal): -15299421 or 10718230. OLE color: 10718230.
HSL color Cylindrical-coordinate representation of color #168CA3: hue angle of 189.79º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168CA3 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 140 | 163 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.36 |
| HSL | 189.79º | 0.76% | 0.36% | - |
| HSV(B) | 189.79º | 0.87% | 0.64% | - |
| XYZ | 16.32 | 21.57 | 37.95 | - |
| YUV | 107.34 | 159.41 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 163 | 0.87 | 0.14 | 0 | 0.36 | 189.79 | 0.76 | 0.36 |
| Hex | 16 | 8C | A3 | 57 | E | 0 | 24 | BE | 4C | 24 |
| Octal | 26 | 214 | 243 | 127 | 16 | 0 | 44 | 276 | 114 | 44 |
| Binary | 10110 | 10001100 | 10100011 | 1010111 | 1110 | 0 | 100100 | 10111110 | 1001100 | 100100 |
Color Harmonies of #168CA3
Complementary color
Monochromatic Colors of #168CA3
Black with #168CA3
Text Example
Text Example
White with #168CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CA3; }
p { color: rgb(22,140,163); }
H1.HeaderClassName
{
color: #168CA3;
}
.AnyTagClassName
{
color: #168CA3;
}
</style>
background-color css
<style>
a { background-color: #168CA3; }
a { background-color: rgb(22,140,163); }
div.DivClassName
{
background-color: #168CA3;
}
.BgClassName
{
background-color: #168CA3;
}
</style>
border-color css
<style>
span { border-color: #168CA3; }
span { border-color: rgb(22,140,163); }
td.TdClassName
{
border-color: #168CA3;
}
.TagClassName
{
border-color: #168CA3;
}
</style>