#96B7EB

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

Shades of Perano #96B7EB

Tints of Perano #96B7EB

Color information

#96B7EB (or 0x96B7EB) is unknown color: approx Perano. HEX triplet: 96, B7 and EB. RGB value is (150,183,235). Sum of RGB (Red+Green+Blue) = 150+183+235=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #96B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7EB is #694814. Grayscale: #B2B2B2. Windows color (decimal): -6899733 or 15447958. OLE color: 15447958.

HSL color Cylindrical-coordinate representation of color #96B7EB: hue angle of 216.71º 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 #96B7EB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150183235-
CMYK0.360.2200.08
HSL216.71º68%75.49%-
HSV(B)216.71º36.17%92.16%-
XYZ44.5146.3585.2-
YUV179.06159.57107.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.41%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=26.41%
G=32.22%
B=41.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501832350.360.2200.08216.716875.49
Hex96B7EB241608d9444b
Octal2262673534426010331104113
Binary10010110101101111110101110010010110010001101100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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