#9FAEFB

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

Shades of Perano #9FAEFB

Tints of Perano #9FAEFB

Color information

#9FAEFB (or 0x9FAEFB) is unknown color: approx Perano. HEX triplet: 9F, AE and FB. RGB value is (159,174,251). Sum of RGB (Red+Green+Blue) = 159+174+251=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FAEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEFB is #605104. Grayscale: #B1B1B1. Windows color (decimal): -6312197 or 16494239. OLE color: 16494239.

HSL color Cylindrical-coordinate representation of color #9FAEFB: hue angle of 230.22º 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 #9FAEFB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159174251-
CMYK0.370.3100.02
HSL230.22º92%80.39%-
HSV(B)230.22º36.65%98.43%-
XYZ46.8544.6197.41-
YUV178.29169.03114.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.23%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=27.23%
G=29.79%
B=42.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591742510.370.3100.02230.229280.39
Hex9FAEFB251F02e65c50
Octal237256373453702346134120
Binary100111111010111011111011100101111110101110011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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