#9FAFEB

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

Shades of Perano #9FAFEB

Tints of Perano #9FAFEB

Color information

#9FAFEB (or 0x9FAFEB) is unknown color: approx Perano. HEX triplet: 9F, AF and EB. RGB value is (159,175,235). Sum of RGB (Red+Green+Blue) = 159+175+235=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAFEB is #605014. Grayscale: #B0B0B0. Windows color (decimal): -6311957 or 15445919. OLE color: 15445919.

HSL color Cylindrical-coordinate representation of color #9FAFEB: hue angle of 227.37º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FAFEB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159175235-
CMYK0.320.2600.08
HSL227.37º65.52%77.25%-
HSV(B)227.37º32.34%92.16%-
XYZ44.6244.0384.74-
YUV177.06160.7115.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=27.94%
G=30.76%
B=41.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591752350.320.2600.08227.3765.5277.25
Hex9FAFEB201A08e3424d
Octal2372573534032010343102115
Binary10011111101011111110101110000011010010001110001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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