#9FADF7

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

Shades of Perano #9FADF7

Tints of Perano #9FADF7

Color information

#9FADF7 (or 0x9FADF7) is unknown color: approx Perano. HEX triplet: 9F, AD and F7. RGB value is (159,173,247). Sum of RGB (Red+Green+Blue) = 159+173+247=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADF7 is #605208. Grayscale: #B0B0B0. Windows color (decimal): -6312457 or 16231839. OLE color: 16231839.

HSL color Cylindrical-coordinate representation of color #9FADF7: hue angle of 230.45º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FADF7 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159173247-
CMYK0.360.3000.03
HSL230.45º84.62%79.61%-
HSV(B)230.45º35.63%96.86%-
XYZ46.0343.9794.06-
YUV177.25167.36114.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.46%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=27.46%
G=29.88%
B=42.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1591732470.360.3000.03230.4584.6279.61
Hex9FADF7241E03e65550
Octal237255367443603346125120
Binary100111111010110111110111100100111100111110011010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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