#96AEEC

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

Shades of Perano #96AEEC

Tints of Perano #96AEEC

Color information

#96AEEC (or 0x96AEEC) is unknown color: approx Perano. HEX triplet: 96, AE and EC. RGB value is (150,174,236). Sum of RGB (Red+Green+Blue) = 150+174+236=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #96AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AEEC is #695113. Grayscale: #ADADAD. Windows color (decimal): -6902036 or 15511190. OLE color: 15511190.

HSL color Cylindrical-coordinate representation of color #96AEEC: hue angle of 223.26º 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 #96AEEC is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150174236-
CMYK0.360.2600.07
HSL223.26º69.35%75.69%-
HSV(B)223.26º36.44%92.55%-
XYZ42.8542.8185.36-
YUV173.89163.05110.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=26.79%
G=31.07%
B=42.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501742360.360.2600.07223.2669.3575.69
Hex96AEEC241A07df454c
Octal226256354443207337105114
Binary1001011010101110111011001001001101001111101111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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