#166E8E

Color #166E8E Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #166E8E

Tints of Allports #166E8E

Color information

#166E8E (or 0x166E8E) is unknown color: approx Allports. HEX triplet: 16, 6E and 8E. RGB value is (22,110,142). Sum of RGB (Red+Green+Blue) = 22+110+142=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #166E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166E8E is #E99171. Grayscale: #575757. Windows color (decimal): -15307122 or 9334294. OLE color: 9334294.

HSL color Cylindrical-coordinate representation of color #166E8E: hue angle of 196º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166E8E is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22110142-
CMYK0.850.2300.44
HSL196º73.17%32.16%-
HSV(B)196º84.51%55.69%-
XYZ10.7913.2827.58-
YUV87.34158.8581.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=8.03%
G=40.15%
B=51.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221101420.850.2300.4419673.1732.16
Hex166E8E551702Cc44920
Octal261562161252705430411140
Binary101101101110100011101010101101110101100110001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166E8E; }

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

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

<style>
 a { background-color: #166E8E; }

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

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

<style>
 span { border-color: #166E8E; }

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

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