#96B7EC

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

Shades of Perano #96B7EC

Tints of Perano #96B7EC

Color information

#96B7EC (or 0x96B7EC) is unknown color: approx Perano. HEX triplet: 96, B7 and EC. RGB value is (150,183,236). Sum of RGB (Red+Green+Blue) = 150+183+236=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #96B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7EC is #694813. Grayscale: #B2B2B2. Windows color (decimal): -6899732 or 15513494. OLE color: 15513494.

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

Color convert

RGB150183236-
CMYK0.360.2200.07
HSL216.98º69.35%75.69%-
HSV(B)216.98º36.44%92.55%-
XYZ44.6546.4185.96-
YUV179.18160.07107.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=26.36%
G=32.16%
B=41.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501832360.360.2200.07216.9869.3575.69
Hex96B7EC241607d9454c
Octal226267354442607331105114
Binary1001011010110111111011001001001011001111101100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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