#96AEEB

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

Shades of Perano #96AEEB

Tints of Perano #96AEEB

Color information

#96AEEB (or 0x96AEEB) is unknown color: approx Perano. HEX triplet: 96, AE and EB. RGB value is (150,174,235). Sum of RGB (Red+Green+Blue) = 150+174+235=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #96AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AEEB is #695114. Grayscale: #ADADAD. Windows color (decimal): -6902037 or 15445654. OLE color: 15445654.

HSL color Cylindrical-coordinate representation of color #96AEEB: hue angle of 223.06º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96AEEB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150174235-
CMYK0.360.2600.08
HSL223.06º68%75.49%-
HSV(B)223.06º36.17%92.16%-
XYZ42.7142.7584.6-
YUV173.78162.55111.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=26.83%
G=31.13%
B=42.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501742350.360.2600.08223.066875.49
Hex96AEEB241A08df444b
Octal2262563534432010337104113
Binary10010110101011101110101110010011010010001101111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,235); }

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

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

 a { background-color: rgb(150,174,235); }

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

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

 span { border-color: rgb(150,174,235); }

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