#96B5FB

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

Shades of Perano #96B5FB

Tints of Perano #96B5FB

Color information

#96B5FB (or 0x96B5FB) is unknown color: approx Perano. HEX triplet: 96, B5 and FB. RGB value is (150,181,251). Sum of RGB (Red+Green+Blue) = 150+181+251=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #96B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B5FB is #694A04. Grayscale: #B3B3B3. Windows color (decimal): -6900229 or 16496022. OLE color: 16496022.

HSL color Cylindrical-coordinate representation of color #96B5FB: hue angle of 221.58º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B5FB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150181251-
CMYK0.400.2800.02
HSL221.58º92.66%78.63%-
HSV(B)221.58º40.24%98.43%-
XYZ46.5146.597.79-
YUV179.71168.23106.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.77%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=25.77%
G=31.10%
B=43.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501812510.400.2800.02221.5892.6678.63
Hex96B5FB281C02de5d4f
Octal226265373503402336135117
Binary100101101011010111111011101000111000101101111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,251); }

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

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

 a { background-color: rgb(150,181,251); }

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

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

 span { border-color: rgb(150,181,251); }

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