#9FADE0

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

Shades of Perano #9FADE0

Tints of Perano #9FADE0

Color information

#9FADE0 (or 0x9FADE0) is unknown color: approx Perano. HEX triplet: 9F, AD and E0. RGB value is (159,173,224). Sum of RGB (Red+Green+Blue) = 159+173+224=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADE0 is #60521F. Grayscale: #AEAEAE. Windows color (decimal): -6312480 or 14724511. OLE color: 14724511.

HSL color Cylindrical-coordinate representation of color #9FADE0: hue angle of 227.08º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FADE0 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159173224-
CMYK0.290.2300.12
HSL227.08º51.18%75.1%-
HSV(B)227.08º29.02%87.84%-
XYZ42.742.6476.5-
YUV174.63155.86116.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.60%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=28.60%
G=31.12%
B=40.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1591732240.290.2300.12227.0851.1875.1
Hex9FADE01D170Ce3334b
Octal237255340352701434363113
Binary100111111010110111100000111011011101100111000111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,173,224); }

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

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

 a { background-color: rgb(159,173,224); }

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

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

 span { border-color: rgb(159,173,224); }

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