#9FAEEB

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

Shades of Perano #9FAEEB

Tints of Perano #9FAEEB

Color information

#9FAEEB (or 0x9FAEEB) is unknown color: approx Perano. HEX triplet: 9F, AE and EB. RGB value is (159,174,235). Sum of RGB (Red+Green+Blue) = 159+174+235=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEEB is #605114. Grayscale: #B0B0B0. Windows color (decimal): -6312213 or 15445663. OLE color: 15445663.

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

Color convert

RGB159174235-
CMYK0.320.2600.08
HSL228.16º65.52%77.25%-
HSV(B)228.16º32.34%92.16%-
XYZ44.4343.6484.68-
YUV176.47161.03115.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.99%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=27.99%
G=30.63%
B=41.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591742350.320.2600.08228.1665.5277.25
Hex9FAEEB201A08e4424d
Octal2372563534032010344102115
Binary10011111101011101110101110000011010010001110010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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