#94AADE

Color #94AADE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #94AADE

Tints of Portage #94AADE

Color information

#94AADE (or 0x94AADE) is unknown color: approx Portage. HEX triplet: 94, AA and DE. RGB value is (148,170,222). Sum of RGB (Red+Green+Blue) = 148+170+222=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #94AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AADE is #6B5521. Grayscale: #A9A9A9. Windows color (decimal): -7034146 or 14592660. OLE color: 14592660.

HSL color Cylindrical-coordinate representation of color #94AADE: hue angle of 222.16º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94AADE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148170222-
CMYK0.330.2300.13
HSL222.16º52.86%72.55%-
HSV(B)222.16º33.33%87.06%-
XYZ39.7740.3274.79-
YUV169.35157.71112.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=27.41%
G=31.48%
B=41.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481702220.330.2300.13222.1652.8672.55
Hex94AADE21170Dde3549
Octal224252336412701533665111
Binary1001010010101010110111101000011011101101110111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AADE; }

 p { color: rgb(148,170,222); }

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

<style>
 a { background-color: #94AADE; }

 a { background-color: rgb(148,170,222); }

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

<style>
 span { border-color: #94AADE; }

 span { border-color: rgb(148,170,222); }

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