#9EABF8

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

Shades of Perano #9EABF8

Tints of Perano #9EABF8

Color information

#9EABF8 (or 0x9EABF8) is unknown color: approx Perano. HEX triplet: 9E, AB and F8. RGB value is (158,171,248). Sum of RGB (Red+Green+Blue) = 158+171+248=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #9EABF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABF8 is #615407. Grayscale: #AFAFAF. Windows color (decimal): -6378504 or 16296862. OLE color: 16296862.

HSL color Cylindrical-coordinate representation of color #9EABF8: hue angle of 231.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EABF8 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158171248-
CMYK0.360.3100.03
HSL231.33º86.54%79.61%-
HSV(B)231.33º36.29%97.25%-
XYZ45.6143.1794.74-
YUV175.89168.69115.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.38%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 248 (97.27% from 255) = 42.98%
R=27.38%
G=29.64%
B=42.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581712480.360.3100.03231.3386.5479.61
Hex9EABF8241F03e75750
Octal236253370443703347127120
Binary100111101010101111111000100100111110111110011110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,171,248); }

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

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

 a { background-color: rgb(158,171,248); }

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

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

 span { border-color: rgb(158,171,248); }

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