Shades of Eastern Blue #168CA5
Tints of Eastern Blue #168CA5
RGB
CMYK
RGB Variations
Color information
#168CA5 (or 0x168CA5) is known color: Eastern Blue. HEX triplet: 16, 8C and A5. RGB value is (22,140,165). Sum of RGB (Red+Green+Blue) = 22+140+165=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #168CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168CA5 is #E9735A. Grayscale: #6B6B6B. Windows color (decimal): -15299419 or 10849302. OLE color: 10849302.
HSL color Cylindrical-coordinate representation of color #168CA5: hue angle of 190.49º degrees, saturation: 0.76, 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 #168CA5 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 140 | 165 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.35 |
| HSL | 190.49º | 0.76% | 0.37% | - |
| HSV(B) | 190.49º | 0.87% | 0.65% | - |
| XYZ | 16.5 | 21.64 | 38.91 | - |
| YUV | 107.57 | 160.41 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 165 | 0.87 | 0.15 | 0 | 0.35 | 190.49 | 0.76 | 0.37 |
| Hex | 16 | 8C | A5 | 57 | F | 0 | 23 | BE | 4C | 25 |
| Octal | 26 | 214 | 245 | 127 | 17 | 0 | 43 | 276 | 114 | 45 |
| Binary | 10110 | 10001100 | 10100101 | 1010111 | 1111 | 0 | 100011 | 10111110 | 1001100 | 100101 |
Color Harmonies of #168CA5
Complementary color
Monochromatic Colors of #168CA5
Black with #168CA5
Text Example
Text Example
White with #168CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CA5; }
p { color: rgb(22,140,165); }
H1.HeaderClassName
{
color: #168CA5;
}
.AnyTagClassName
{
color: #168CA5;
}
</style>
background-color css
<style>
a { background-color: #168CA5; }
a { background-color: rgb(22,140,165); }
div.DivClassName
{
background-color: #168CA5;
}
.BgClassName
{
background-color: #168CA5;
}
</style>
border-color css
<style>
span { border-color: #168CA5; }
span { border-color: rgb(22,140,165); }
td.TdClassName
{
border-color: #168CA5;
}
.TagClassName
{
border-color: #168CA5;
}
</style>