#9FAEE5

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

Shades of Perano #9FAEE5

Tints of Perano #9FAEE5

Color information

#9FAEE5 (or 0x9FAEE5) is unknown color: approx Perano. HEX triplet: 9F, AE and E5. RGB value is (159,174,229). Sum of RGB (Red+Green+Blue) = 159+174+229=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FAEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEE5 is #60511A. Grayscale: #AFAFAF. Windows color (decimal): -6312219 or 15052447. OLE color: 15052447.

HSL color Cylindrical-coordinate representation of color #9FAEE5: hue angle of 227.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FAEE5 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159174229-
CMYK0.310.2400.10
HSL227.14º57.38%76.08%-
HSV(B)227.14º30.57%89.8%-
XYZ43.5843.380.19-
YUV175.78158.03116.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 229 (89.84% from 255) = 40.75%
R=28.29%
G=30.96%
B=40.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1591742290.310.2400.10227.1457.3876.08
Hex9FAEE51F180Ae3394c
Octal237256345373001234371114
Binary100111111010111011100101111111100001010111000111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,229); }

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

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

 a { background-color: rgb(159,174,229); }

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

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

 span { border-color: rgb(159,174,229); }

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