#96B3F1

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

Shades of Perano #96B3F1

Tints of Perano #96B3F1

Color information

#96B3F1 (or 0x96B3F1) is unknown color: approx Perano. HEX triplet: 96, B3 and F1. RGB value is (150,179,241). Sum of RGB (Red+Green+Blue) = 150+179+241=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #96B3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B3F1 is #694C0E. Grayscale: #B1B1B1. Windows color (decimal): -6900751 or 15840150. OLE color: 15840150.

HSL color Cylindrical-coordinate representation of color #96B3F1: hue angle of 220.88º 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 #96B3F1 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150179241-
CMYK0.380.2600.05
HSL220.88º76.47%76.67%-
HSV(B)220.88º37.76%94.51%-
XYZ44.5745.0889.57-
YUV177.4163.89108.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.32%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=26.32%
G=31.40%
B=42.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501792410.380.2600.05220.8876.4776.67
Hex96B3F1261A05dd4c4d
Octal226263361463205335114115
Binary1001011010110011111100011001101101001011101110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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