#96B4F1

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

Shades of Perano #96B4F1

Tints of Perano #96B4F1

Color information

#96B4F1 (or 0x96B4F1) is unknown color: approx Perano. HEX triplet: 96, B4 and F1. RGB value is (150,180,241). Sum of RGB (Red+Green+Blue) = 150+180+241=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #96B4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B4F1 is #694B0E. Grayscale: #B1B1B1. Windows color (decimal): -6900495 or 15840406. OLE color: 15840406.

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

Color convert

RGB150180241-
CMYK0.380.2500.05
HSL220.22º76.47%76.67%-
HSV(B)220.22º37.76%94.51%-
XYZ44.7845.4889.64-
YUV177.98163.56108.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.27%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=26.27%
G=31.52%
B=42.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501802410.380.2500.05220.2276.4776.67
Hex96B4F1261905dc4c4d
Octal226264361463105334114115
Binary1001011010110100111100011001101100101011101110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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