#96AAE4

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

Shades of Portage #96AAE4

Tints of Portage #96AAE4

Color information

#96AAE4 (or 0x96AAE4) is unknown color: approx Portage. HEX triplet: 96, AA and E4. RGB value is (150,170,228). Sum of RGB (Red+Green+Blue) = 150+170+228=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #96AAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAE4 is #69551B. Grayscale: #AAAAAA. Windows color (decimal): -6903068 or 14985878. OLE color: 14985878.

HSL color Cylindrical-coordinate representation of color #96AAE4: hue angle of 224.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96AAE4 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150170228-
CMYK0.340.2500.11
HSL224.62º59.09%74.12%-
HSV(B)224.62º34.21%89.41%-
XYZ40.9640.8379.12-
YUV170.63160.37113.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 228 (89.45% from 255) = 41.61%
R=27.37%
G=31.02%
B=41.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501702280.340.2500.11224.6259.0974.12
Hex96AAE422190Be13b4a
Octal226252344423101334173112
Binary1001011010101010111001001000101100101011111000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AAE4; }

 p { color: rgb(150,170,228); }

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

<style>
 a { background-color: #96AAE4; }

 a { background-color: rgb(150,170,228); }

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

<style>
 span { border-color: #96AAE4; }

 span { border-color: rgb(150,170,228); }

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