#96B9EF

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

Shades of Perano #96B9EF

Tints of Perano #96B9EF

Color information

#96B9EF (or 0x96B9EF) is unknown color: approx Perano. HEX triplet: 96, B9 and EF. RGB value is (150,185,239). Sum of RGB (Red+Green+Blue) = 150+185+239=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #96B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B9EF is #694610. Grayscale: #B4B4B4. Windows color (decimal): -6899217 or 15710614. OLE color: 15710614.

HSL color Cylindrical-coordinate representation of color #96B9EF: hue angle of 216.4º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96B9EF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150185239-
CMYK0.370.2300.06
HSL216.4º73.55%76.27%-
HSV(B)216.4º37.24%93.73%-
XYZ45.5147.4188.41-
YUV180.69160.9106.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=26.13%
G=32.23%
B=41.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501852390.370.2300.06216.473.5576.27
Hex96B9EF251706d84a4c
Octal226271357452706330112114
Binary1001011010111001111011111001011011101101101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,185,239); }

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

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

 a { background-color: rgb(150,185,239); }

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

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

 span { border-color: rgb(150,185,239); }

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