Shades of Eastern Blue #168CA4
Tints of Eastern Blue #168CA4
RGB
CMYK
RGB Variations
Color information
#168CA4 (or 0x168CA4) is known color: Eastern Blue. HEX triplet: 16, 8C and A4. RGB value is (22,140,164). Sum of RGB (Red+Green+Blue) = 22+140+164=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #168CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168CA4 is #E9735B. Grayscale: #6B6B6B. Windows color (decimal): -15299420 or 10783766. OLE color: 10783766.
HSL color Cylindrical-coordinate representation of color #168CA4: hue angle of 190.14º 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 #168CA4 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 140 | 164 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.36 |
| HSL | 190.14º | 0.76% | 0.36% | - |
| HSV(B) | 190.14º | 0.87% | 0.64% | - |
| XYZ | 16.41 | 21.61 | 38.43 | - |
| YUV | 107.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 164 | 0.87 | 0.15 | 0 | 0.36 | 190.14 | 0.76 | 0.36 |
| Hex | 16 | 8C | A4 | 57 | F | 0 | 24 | BE | 4C | 24 |
| Octal | 26 | 214 | 244 | 127 | 17 | 0 | 44 | 276 | 114 | 44 |
| Binary | 10110 | 10001100 | 10100100 | 1010111 | 1111 | 0 | 100100 | 10111110 | 1001100 | 100100 |
Color Harmonies of #168CA4
Complementary color
Monochromatic Colors of #168CA4
Black with #168CA4
Text Example
Text Example
White with #168CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CA4; }
p { color: rgb(22,140,164); }
H1.HeaderClassName
{
color: #168CA4;
}
.AnyTagClassName
{
color: #168CA4;
}
</style>
background-color css
<style>
a { background-color: #168CA4; }
a { background-color: rgb(22,140,164); }
div.DivClassName
{
background-color: #168CA4;
}
.BgClassName
{
background-color: #168CA4;
}
</style>
border-color css
<style>
span { border-color: #168CA4; }
span { border-color: rgb(22,140,164); }
td.TdClassName
{
border-color: #168CA4;
}
.TagClassName
{
border-color: #168CA4;
}
</style>