#96B3E4

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

Shades of Perano #96B3E4

Tints of Perano #96B3E4

Color information

#96B3E4 (or 0x96B3E4) is unknown color: approx Perano. HEX triplet: 96, B3 and E4. RGB value is (150,179,228). Sum of RGB (Red+Green+Blue) = 150+179+228=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #96B3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3E4 is #694C1B. Grayscale: #AFAFAF. Windows color (decimal): -6900764 or 14988182. OLE color: 14988182.

HSL color Cylindrical-coordinate representation of color #96B3E4: hue angle of 217.69º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B3E4 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150179228-
CMYK0.340.2100.11
HSL217.69º59.09%74.12%-
HSV(B)217.69º34.21%89.41%-
XYZ42.744.3379.7-
YUV175.92157.39109.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=26.93%
G=32.14%
B=40.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501792280.340.2100.11217.6959.0974.12
Hex96B3E422150Bda3b4a
Octal226263344422501333273112
Binary1001011010110011111001001000101010101011110110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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