#96B2F1

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

Shades of Perano #96B2F1

Tints of Perano #96B2F1

Color information

#96B2F1 (or 0x96B2F1) is unknown color: approx Perano. HEX triplet: 96, B2 and F1. RGB value is (150,178,241). Sum of RGB (Red+Green+Blue) = 150+178+241=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #96B2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B2F1 is #694D0E. Grayscale: #B0B0B0. Windows color (decimal): -6901007 or 15839894. OLE color: 15839894.

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

Color convert

RGB150178241-
CMYK0.380.2600.05
HSL221.54º76.47%76.67%-
HSV(B)221.54º37.76%94.51%-
XYZ44.3844.6889.5-
YUV176.81164.22108.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=26.36%
G=31.28%
B=42.36%

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
Decimal1501782410.380.2600.05221.5476.4776.67
Hex96B2F1261A05de4c4d
Octal226262361463205336114115
Binary1001011010110010111100011001101101001011101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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