#96B6EB

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

Shades of Perano #96B6EB

Tints of Perano #96B6EB

Color information

#96B6EB (or 0x96B6EB) is unknown color: approx Perano. HEX triplet: 96, B6 and EB. RGB value is (150,182,235). Sum of RGB (Red+Green+Blue) = 150+182+235=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #96B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B6EB is #694914. Grayscale: #B2B2B2. Windows color (decimal): -6899989 or 15447702. OLE color: 15447702.

HSL color Cylindrical-coordinate representation of color #96B6EB: hue angle of 217.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96B6EB is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150182235-
CMYK0.360.2300.08
HSL217.41º68%75.49%-
HSV(B)217.41º36.17%92.16%-
XYZ44.345.9485.13-
YUV178.47159.9107.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.46%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=26.46%
G=32.10%
B=41.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501822350.360.2300.08217.416875.49
Hex96B6EB241708d9444b
Octal2262663534427010331104113
Binary10010110101101101110101110010010111010001101100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,182,235); }

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

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

 a { background-color: rgb(150,182,235); }

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

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

 span { border-color: rgb(150,182,235); }

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