#168AA7

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

Shades of Eastern Blue #168AA7

Tints of Eastern Blue #168AA7

Color information

#168AA7 (or 0x168AA7) is unknown color: approx Eastern Blue. HEX triplet: 16, 8A and A7. RGB value is (22,138,167). Sum of RGB (Red+Green+Blue) = 22+138+167=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #168AA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168AA7 is #E97558. Grayscale: #6A6A6A. Windows color (decimal): -15299929 or 10979862. OLE color: 10979862.

HSL color Cylindrical-coordinate representation of color #168AA7: hue angle of 192º degrees, saturation: 0.77, 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 #168AA7 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB22138167-
CMYK0.870.1700.35
HSL192º76.72%37.06%-
HSV(B)192º86.83%65.49%-
XYZ16.3921.1439.78-
YUV106.62162.0767.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.73%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 167 (65.62% from 255) = 51.07%
R=6.73%
G=42.20%
B=51.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221381670.870.1700.3519276.7237.06
Hex168AA75711023c04d25
Octal262122471272104330011545
Binary1011010001010101001111010111100010100011110000001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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