#94AAE2

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

Shades of Portage #94AAE2

Tints of Portage #94AAE2

Color information

#94AAE2 (or 0x94AAE2) is unknown color: approx Portage. HEX triplet: 94, AA and E2. RGB value is (148,170,226). Sum of RGB (Red+Green+Blue) = 148+170+226=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #94AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAE2 is #6B551D. Grayscale: #A9A9A9. Windows color (decimal): -7034142 or 14854804. OLE color: 14854804.

HSL color Cylindrical-coordinate representation of color #94AAE2: hue angle of 223.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94AAE2 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148170226-
CMYK0.350.2500.11
HSL223.08º57.35%73.33%-
HSV(B)223.08º34.51%88.63%-
XYZ40.3140.5477.65-
YUV169.81159.71112.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 226 (88.67% from 255) = 41.54%
R=27.21%
G=31.25%
B=41.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1481702260.350.2500.11223.0857.3573.33
Hex94AAE223190Bdf3949
Octal224252342433101333771111
Binary1001010010101010111000101000111100101011110111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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