#96AAE2

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

Shades of Portage #96AAE2

Tints of Portage #96AAE2

Color information

#96AAE2 (or 0x96AAE2) is unknown color: approx Portage. HEX triplet: 96, AA and E2. RGB value is (150,170,226). Sum of RGB (Red+Green+Blue) = 150+170+226=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 226 - color contains mainly: blue. Hex color #96AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAE2 is #69551D. Grayscale: #AAAAAA. Windows color (decimal): -6903070 or 14854806. OLE color: 14854806.

HSL color Cylindrical-coordinate representation of color #96AAE2: hue angle of 224.21º degrees, saturation: 0.57, 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 #96AAE2 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150170226-
CMYK0.340.2500.11
HSL224.21º56.72%73.73%-
HSV(B)224.21º33.63%88.63%-
XYZ40.6840.7277.67-
YUV170.4159.37113.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 226 (88.67% from 255) = 41.39%
R=27.47%
G=31.14%
B=41.39%

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
Decimal1501702260.340.2500.11224.2156.7273.73
Hex96AAE222190Be0394a
Octal226252342423101334071112
Binary1001011010101010111000101000101100101011111000001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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