#9FAAEA

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

Shades of Perano #9FAAEA

Tints of Perano #9FAAEA

Color information

#9FAAEA (or 0x9FAAEA) is unknown color: approx Perano. HEX triplet: 9F, AA and EA. RGB value is (159,170,234). Sum of RGB (Red+Green+Blue) = 159+170+234=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAEA is #605515. Grayscale: #ADADAD. Windows color (decimal): -6313238 or 15379103. OLE color: 15379103.

HSL color Cylindrical-coordinate representation of color #9FAAEA: hue angle of 231.2º degrees, saturation: 0.64, 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 #9FAAEA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159170234-
CMYK0.320.2700.08
HSL231.2º64.1%77.06%-
HSV(B)231.2º32.05%91.76%-
XYZ43.5242.0683.67-
YUV174.01161.86117.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.24%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=28.24%
G=30.20%
B=41.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591702340.320.2700.08231.264.177.06
Hex9FAAEA201B08e7404d
Octal2372523524033010347100115
Binary10011111101010101110101010000011011010001110011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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