#96B7ED

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

Shades of Perano #96B7ED

Tints of Perano #96B7ED

Color information

#96B7ED (or 0x96B7ED) is unknown color: approx Perano. HEX triplet: 96, B7 and ED. RGB value is (150,183,237). Sum of RGB (Red+Green+Blue) = 150+183+237=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #96B7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7ED is #694812. Grayscale: #B3B3B3. Windows color (decimal): -6899731 or 15579030. OLE color: 15579030.

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

Color convert

RGB150183237-
CMYK0.370.2300.07
HSL217.24º70.73%75.88%-
HSV(B)217.24º36.71%92.94%-
XYZ44.846.4786.73-
YUV179.29160.57107.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.32%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=26.32%
G=32.11%
B=41.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501832370.370.2300.07217.2470.7375.88
Hex96B7ED251707d9474c
Octal226267355452707331107114
Binary1001011010110111111011011001011011101111101100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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