#168EA1

Color #168EA1 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #168EA1

Tints of Eastern Blue #168EA1

Color information

#168EA1 (or 0x168EA1) is unknown color: approx Eastern Blue. HEX triplet: 16, 8E and A1. RGB value is (22,142,161). Sum of RGB (Red+Green+Blue) = 22+142+161=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #168EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168EA1 is #E9715E. Grayscale: #6C6C6C. Windows color (decimal): -15298911 or 10587670. OLE color: 10587670.

HSL color Cylindrical-coordinate representation of color #168EA1: hue angle of 188.2º 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 #168EA1 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB22142161-
CMYK0.860.1200.37
HSL188.2º75.96%35.88%-
HSV(B)188.2º86.34%63.14%-
XYZ16.4422.0937.12-
YUV108.29157.7466.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 6.77%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 161 (63.28% from 255) = 49.54%
R=6.77%
G=43.69%
B=49.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal221421610.860.1200.37188.275.9635.88
Hex168EA156C025bc4c24
Octal262162411261404527411444
Binary101101000111010100001101011011000100101101111001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168EA1; }

 p { color: rgb(22,142,161); }

 H1.HeaderClassName
 {
   color: #168EA1;
 }
 .AnyTagClassName
 {
   color: #168EA1;
 }
</style>
background-color css

<style>
 a { background-color: #168EA1; }

 a { background-color: rgb(22,142,161); }

 div.DivClassName
 {
   background-color: #168EA1;
 }
 .BgClassName
 {
   background-color: #168EA1;
 }
</style>
border-color css

<style>
 span { border-color: #168EA1; }

 span { border-color: rgb(22,142,161); }

 td.TdClassName
 {
   border-color: #168EA1;
 }
 .TagClassName
 {
   border-color: #168EA1;
 }
</style>