#9FADE4

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

Shades of Perano #9FADE4

Tints of Perano #9FADE4

Color information

#9FADE4 (or 0x9FADE4) is unknown color: approx Perano. HEX triplet: 9F, AD and E4. RGB value is (159,173,228). Sum of RGB (Red+Green+Blue) = 159+173+228=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #9FADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADE4 is #60521B. Grayscale: #AEAEAE. Windows color (decimal): -6312476 or 14986655. OLE color: 14986655.

HSL color Cylindrical-coordinate representation of color #9FADE4: hue angle of 227.83º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FADE4 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159173228-
CMYK0.300.2400.11
HSL227.83º56.1%75.88%-
HSV(B)227.83º30.26%89.41%-
XYZ43.2542.8679.39-
YUV175.08157.86116.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.39%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=28.39%
G=30.89%
B=40.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1591732280.300.2400.11227.8356.175.88
Hex9FADE41E180Be4384c
Octal237255344363001334470114
Binary100111111010110111100100111101100001011111001001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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