#9FABEB

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

Shades of Perano #9FABEB

Tints of Perano #9FABEB

Color information

#9FABEB (or 0x9FABEB) is unknown color: approx Perano. HEX triplet: 9F, AB and EB. RGB value is (159,171,235). Sum of RGB (Red+Green+Blue) = 159+171+235=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FABEB is #605414. Grayscale: #AEAEAE. Windows color (decimal): -6312981 or 15444895. OLE color: 15444895.

HSL color Cylindrical-coordinate representation of color #9FABEB: hue angle of 230.53º 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 #9FABEB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159171235-
CMYK0.320.2700.08
HSL230.53º65.52%77.25%-
HSV(B)230.53º32.34%92.16%-
XYZ43.8642.4984.49-
YUV174.71162.02116.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=28.14%
G=30.27%
B=41.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591712350.320.2700.08230.5365.5277.25
Hex9FABEB201B08e7424d
Octal2372533534033010347102115
Binary10011111101010111110101110000011011010001110011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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