#96B1EA

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

Shades of Perano #96B1EA

Tints of Perano #96B1EA

Color information

#96B1EA (or 0x96B1EA) is unknown color: approx Perano. HEX triplet: 96, B1 and EA. RGB value is (150,177,234). Sum of RGB (Red+Green+Blue) = 150+177+234=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #96B1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B1EA is #694E15. Grayscale: #AFAFAF. Windows color (decimal): -6901270 or 15380886. OLE color: 15380886.

HSL color Cylindrical-coordinate representation of color #96B1EA: hue angle of 220.71º degrees, saturation: 0.67, 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 #96B1EA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150177234-
CMYK0.360.2400.08
HSL220.71º66.67%75.29%-
HSV(B)220.71º35.9%91.76%-
XYZ43.1543.8784.04-
YUV175.42161.05109.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.74%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=26.74%
G=31.55%
B=41.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501772340.360.2400.08220.7166.6775.29
Hex96B1EA241808dd434b
Octal2262613524430010335103113
Binary10010110101100011110101010010011000010001101110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,234); }

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

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

 a { background-color: rgb(150,177,234); }

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

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

 span { border-color: rgb(150,177,234); }

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