#96ADEC

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

Shades of Perano #96ADEC

Tints of Perano #96ADEC

Color information

#96ADEC (or 0x96ADEC) is unknown color: approx Perano. HEX triplet: 96, AD and EC. RGB value is (150,173,236). Sum of RGB (Red+Green+Blue) = 150+173+236=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #96ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADEC is #695213. Grayscale: #ADADAD. Windows color (decimal): -6902292 or 15510934. OLE color: 15510934.

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

Color convert

RGB150173236-
CMYK0.360.2700.07
HSL223.95º69.35%75.69%-
HSV(B)223.95º36.44%92.55%-
XYZ42.6642.4385.3-
YUV173.3163.38111.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=26.83%
G=30.95%
B=42.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501732360.360.2700.07223.9569.3575.69
Hex96ADEC241B07e0454c
Octal226255354443307340105114
Binary1001011010101101111011001001001101101111110000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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