#96B1F9

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

Shades of Perano #96B1F9

Tints of Perano #96B1F9

Color information

#96B1F9 (or 0x96B1F9) is unknown color: approx Perano. HEX triplet: 96, B1 and F9. RGB value is (150,177,249). Sum of RGB (Red+Green+Blue) = 150+177+249=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #96B1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B1F9 is #694E06. Grayscale: #B0B0B0. Windows color (decimal): -6901255 or 16363926. OLE color: 16363926.

HSL color Cylindrical-coordinate representation of color #96B1F9: hue angle of 223.64º degrees, saturation: 0.89, 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 #96B1F9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150177249-
CMYK0.400.2900.02
HSL223.64º89.19%78.24%-
HSV(B)223.64º39.76%97.65%-
XYZ45.444.7795.87-
YUV177.14168.55108.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.04%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=26.04%
G=30.73%
B=43.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501772490.400.2900.02223.6489.1978.24
Hex96B1F9281D02e0594e
Octal226261371503502340131116
Binary100101101011000111111001101000111010101110000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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