#96B0EA

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

Shades of Perano #96B0EA

Tints of Perano #96B0EA

Color information

#96B0EA (or 0x96B0EA) is unknown color: approx Perano. HEX triplet: 96, B0 and EA. RGB value is (150,176,234). Sum of RGB (Red+Green+Blue) = 150+176+234=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #96B0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B0EA is #694F15. Grayscale: #AEAEAE. Windows color (decimal): -6901526 or 15380630. OLE color: 15380630.

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

Color convert

RGB150176234-
CMYK0.360.2500.08
HSL221.43º66.67%75.29%-
HSV(B)221.43º35.9%91.76%-
XYZ42.9543.4883.97-
YUV174.84161.39110.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=26.79%
G=31.43%
B=41.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501762340.360.2500.08221.4366.6775.29
Hex96B0EA241908dd434b
Octal2262603524431010335103113
Binary10010110101100001110101010010011001010001101110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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