#9FADF6

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

Shades of Perano #9FADF6

Tints of Perano #9FADF6

Color information

#9FADF6 (or 0x9FADF6) is unknown color: approx Perano. HEX triplet: 9F, AD and F6. RGB value is (159,173,246). Sum of RGB (Red+Green+Blue) = 159+173+246=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADF6 is #605209. Grayscale: #B0B0B0. Windows color (decimal): -6312458 or 16166303. OLE color: 16166303.

HSL color Cylindrical-coordinate representation of color #9FADF6: hue angle of 230.34º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FADF6 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159173246-
CMYK0.350.3000.04
HSL230.34º82.86%79.41%-
HSV(B)230.34º35.37%96.47%-
XYZ45.8843.9193.25-
YUV177.14166.86115.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.51%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=27.51%
G=29.93%
B=42.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1591732460.350.3000.04230.3482.8679.41
Hex9FADF6231E04e6534f
Octal237255366433604346123117
Binary1001111110101101111101101000111111001001110011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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