#9FAFFB

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

Shades of Perano #9FAFFB

Tints of Perano #9FAFFB

Color information

#9FAFFB (or 0x9FAFFB) is unknown color: approx Perano. HEX triplet: 9F, AF and FB. RGB value is (159,175,251). Sum of RGB (Red+Green+Blue) = 159+175+251=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FAFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAFFB is #605004. Grayscale: #B2B2B2. Windows color (decimal): -6311941 or 16494495. OLE color: 16494495.

HSL color Cylindrical-coordinate representation of color #9FAFFB: hue angle of 229.57º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FAFFB is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159175251-
CMYK0.370.3000.02
HSL229.57º92%80.39%-
HSV(B)229.57º36.65%98.43%-
XYZ47.044597.47-
YUV178.88168.7113.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=27.18%
G=29.91%
B=42.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591752510.370.3000.02229.579280.39
Hex9FAFFB251E02e65c50
Octal237257373453602346134120
Binary100111111010111111111011100101111100101110011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,251); }

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

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

 a { background-color: rgb(159,175,251); }

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

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

 span { border-color: rgb(159,175,251); }

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