#96B3E5

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

Shades of Perano #96B3E5

Tints of Perano #96B3E5

Color information

#96B3E5 (or 0x96B3E5) is unknown color: approx Perano. HEX triplet: 96, B3 and E5. RGB value is (150,179,229). Sum of RGB (Red+Green+Blue) = 150+179+229=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #96B3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3E5 is #694C1A. Grayscale: #AFAFAF. Windows color (decimal): -6900763 or 15053718. OLE color: 15053718.

HSL color Cylindrical-coordinate representation of color #96B3E5: hue angle of 217.97º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B3E5 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB150179229-
CMYK0.340.2200.10
HSL217.97º60.31%74.31%-
HSV(B)217.97º34.5%89.8%-
XYZ42.8444.3880.44-
YUV176.03157.89109.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.88%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=26.88%
G=32.08%
B=41.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1501792290.340.2200.10217.9760.3174.31
Hex96B3E522160Ada3c4a
Octal226263345422601233274112
Binary1001011010110011111001011000101011001010110110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,179,229); }

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

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

 a { background-color: rgb(150,179,229); }

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

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

 span { border-color: rgb(150,179,229); }

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