#94AAE9

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

Shades of Portage #94AAE9

Tints of Portage #94AAE9

Color information

#94AAE9 (or 0x94AAE9) is unknown color: approx Portage. HEX triplet: 94, AA and E9. RGB value is (148,170,233). Sum of RGB (Red+Green+Blue) = 148+170+233=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #94AAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAE9 is #6B5516. Grayscale: #AAAAAA. Windows color (decimal): -7034135 or 15313556. OLE color: 15313556.

HSL color Cylindrical-coordinate representation of color #94AAE9: hue angle of 224.47º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94AAE9 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148170233-
CMYK0.360.2700.09
HSL224.47º65.89%74.71%-
HSV(B)224.47º36.48%91.37%-
XYZ41.340.9382.81-
YUV170.6163.21111.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 233 (91.41% from 255) = 42.29%
R=26.86%
G=30.85%
B=42.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481702330.360.2700.09224.4765.8974.71
Hex94AAE9241B09e0424b
Octal2242523514433011340102113
Binary10010100101010101110100110010011011010011110000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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