#9FABE9

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

Shades of Perano #9FABE9

Tints of Perano #9FABE9

Color information

#9FABE9 (or 0x9FABE9) is unknown color: approx Perano. HEX triplet: 9F, AB and E9. RGB value is (159,171,233). Sum of RGB (Red+Green+Blue) = 159+171+233=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #9FABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FABE9 is #605416. Grayscale: #AEAEAE. Windows color (decimal): -6312983 or 15313823. OLE color: 15313823.

HSL color Cylindrical-coordinate representation of color #9FABE9: hue angle of 230.27º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FABE9 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159171233-
CMYK0.320.2700.09
HSL230.27º62.71%76.86%-
HSV(B)230.27º31.76%91.37%-
XYZ43.5742.3882.97-
YUV174.48161.02116.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.24%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=28.24%
G=30.37%
B=41.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1591712330.320.2700.09230.2762.7176.86
Hex9FABE9201B09e63f4d
Octal237253351403301134677115
Binary1001111110101011111010011000001101101001111001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,233); }

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

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

 a { background-color: rgb(159,171,233); }

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

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

 span { border-color: rgb(159,171,233); }

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