#9FAAEB

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

Shades of Perano #9FAAEB

Tints of Perano #9FAAEB

Color information

#9FAAEB (or 0x9FAAEB) is unknown color: approx Perano. HEX triplet: 9F, AA and EB. RGB value is (159,170,235). Sum of RGB (Red+Green+Blue) = 159+170+235=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAEB is #605514. Grayscale: #ADADAD. Windows color (decimal): -6313237 or 15444639. OLE color: 15444639.

HSL color Cylindrical-coordinate representation of color #9FAAEB: hue angle of 231.32º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FAAEB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159170235-
CMYK0.320.2800.08
HSL231.32º65.52%77.25%-
HSV(B)231.32º32.34%92.16%-
XYZ43.6742.1284.43-
YUV174.12162.36117.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.19%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=28.19%
G=30.14%
B=41.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591702350.320.2800.08231.3265.5277.25
Hex9FAAEB201C08e7424d
Octal2372523534034010347102115
Binary10011111101010101110101110000011100010001110011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAAEB; }

 p { color: rgb(159,170,235); }

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

<style>
 a { background-color: #9FAAEB; }

 a { background-color: rgb(159,170,235); }

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

<style>
 span { border-color: #9FAAEB; }

 span { border-color: rgb(159,170,235); }

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