#96B7F1

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

Shades of Perano #96B7F1

Tints of Perano #96B7F1

Color information

#96B7F1 (or 0x96B7F1) is unknown color: approx Perano. HEX triplet: 96, B7 and F1. RGB value is (150,183,241). Sum of RGB (Red+Green+Blue) = 150+183+241=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #96B7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7F1 is #69480E. Grayscale: #B3B3B3. Windows color (decimal): -6899727 or 15841174. OLE color: 15841174.

HSL color Cylindrical-coordinate representation of color #96B7F1: hue angle of 218.24º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96B7F1 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150183241-
CMYK0.380.2400.05
HSL218.24º76.47%76.67%-
HSV(B)218.24º37.76%94.51%-
XYZ45.3946.789.84-
YUV179.74162.57106.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=26.13%
G=31.88%
B=41.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501832410.380.2400.05218.2476.4776.67
Hex96B7F1261805da4c4d
Octal226267361463005332114115
Binary1001011010110111111100011001101100001011101101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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