#96B1FA

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

Shades of Perano #96B1FA

Tints of Perano #96B1FA

Color information

#96B1FA (or 0x96B1FA) is unknown color: approx Perano. HEX triplet: 96, B1 and FA. RGB value is (150,177,250). Sum of RGB (Red+Green+Blue) = 150+177+250=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #96B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B1FA is #694E05. Grayscale: #B0B0B0. Windows color (decimal): -6901254 or 16429462. OLE color: 16429462.

HSL color Cylindrical-coordinate representation of color #96B1FA: hue angle of 223.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B1FA is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150177250-
CMYK0.40.2900.02
HSL223.8º90.91%78.43%-
HSV(B)223.8º40%98.04%-
XYZ45.5644.8396.69-
YUV177.25169.05108.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=26.00%
G=30.68%
B=43.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501772500.40.2900.02223.890.9178.43
Hex96B1FA281D02e05b4e
Octal226261372503502340133116
Binary100101101011000111111010101000111010101110000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,250); }

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

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

 a { background-color: rgb(150,177,250); }

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

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

 span { border-color: rgb(150,177,250); }

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