#96B8EF

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

Shades of Perano #96B8EF

Tints of Perano #96B8EF

Color information

#96B8EF (or 0x96B8EF) is unknown color: approx Perano. HEX triplet: 96, B8 and EF. RGB value is (150,184,239). Sum of RGB (Red+Green+Blue) = 150+184+239=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #96B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B8EF is #694710. Grayscale: #B3B3B3. Windows color (decimal): -6899473 or 15710358. OLE color: 15710358.

HSL color Cylindrical-coordinate representation of color #96B8EF: hue angle of 217.08º 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 #96B8EF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150184239-
CMYK0.370.2300.06
HSL217.08º73.55%76.27%-
HSV(B)217.08º37.24%93.73%-
XYZ45.34788.35-
YUV180.1161.24106.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=26.18%
G=32.11%
B=41.71%

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
Decimal1501842390.370.2300.06217.0873.5576.27
Hex96B8EF251706d94a4c
Octal226270357452706331112114
Binary1001011010111000111011111001011011101101101100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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