#166E88

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

Shades of Allports #166E88

Tints of Allports #166E88

Color information

#166E88 (or 0x166E88) is unknown color: approx Allports. HEX triplet: 16, 6E and 88. RGB value is (22,110,136). Sum of RGB (Red+Green+Blue) = 22+110+136=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #166E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166E88 is #E99177. Grayscale: #565656. Windows color (decimal): -15307128 or 8941078. OLE color: 8941078.

HSL color Cylindrical-coordinate representation of color #166E88: hue angle of 193.68º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166E88 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB22110136-
CMYK0.840.1900.47
HSL193.68º72.15%30.98%-
HSV(B)193.68º83.82%53.33%-
XYZ10.3513.125.28-
YUV86.65155.8581.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 110 (43.36% from 255) = 41.04%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=8.21%
G=41.04%
B=50.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221101360.840.1900.47193.6872.1530.98
Hex166E88541302Fc2481f
Octal261562101242305730211037
Binary10110110111010001000101010010011010111111000010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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