#96A9EC

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

Shades of Perano #96A9EC

Tints of Perano #96A9EC

Color information

#96A9EC (or 0x96A9EC) is unknown color: approx Perano. HEX triplet: 96, A9 and EC. RGB value is (150,169,236). Sum of RGB (Red+Green+Blue) = 150+169+236=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #96A9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A9EC is #695613. Grayscale: #AAAAAA. Windows color (decimal): -6903316 or 15509910. OLE color: 15509910.

HSL color Cylindrical-coordinate representation of color #96A9EC: hue angle of 226.74º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96A9EC is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150169236-
CMYK0.360.2800.07
HSL226.74º69.35%75.69%-
HSV(B)226.74º36.44%92.55%-
XYZ41.9140.9285.05-
YUV170.96164.71113.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=27.03%
G=30.45%
B=42.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501692360.360.2800.07226.7469.3575.69
Hex96A9EC241C07e3454c
Octal226251354443407343105114
Binary1001011010101001111011001001001110001111110001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,236); }

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

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

 a { background-color: rgb(150,169,236); }

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

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

 span { border-color: rgb(150,169,236); }

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