#168AA3

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

Shades of Eastern Blue #168AA3

Tints of Eastern Blue #168AA3

Color information

#168AA3 (or 0x168AA3) is unknown color: approx Eastern Blue. HEX triplet: 16, 8A and A3. RGB value is (22,138,163). Sum of RGB (Red+Green+Blue) = 22+138+163=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #168AA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168AA3 is #E9755C. Grayscale: #696969. Windows color (decimal): -15299933 or 10717718. OLE color: 10717718.

HSL color Cylindrical-coordinate representation of color #168AA3: hue angle of 190.64º 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 #168AA3 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB22138163-
CMYK0.870.1500.36
HSL190.64º76.22%36.27%-
HSV(B)190.64º86.5%63.92%-
XYZ16.0320.9937.86-
YUV106.17160.0767.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.81%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=6.81%
G=42.72%
B=50.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221381630.870.1500.36190.6476.2236.27
Hex168AA357F024bf4c24
Octal262122431271704427711444
Binary101101000101010100011101011111110100100101111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,138,163); }

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

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

 a { background-color: rgb(22,138,163); }

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

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

 span { border-color: rgb(22,138,163); }

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