#9EABFE

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

Shades of Perano #9EABFE

Tints of Perano #9EABFE

Color information

#9EABFE (or 0x9EABFE) is unknown color: approx Perano. HEX triplet: 9E, AB and FE. RGB value is (158,171,254). Sum of RGB (Red+Green+Blue) = 158+171+254=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABFE is #615401. Grayscale: #B0B0B0. Windows color (decimal): -6378498 or 16690078. OLE color: 16690078.

HSL color Cylindrical-coordinate representation of color #9EABFE: hue angle of 231.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EABFE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB158171254-
CMYK0.380.3300.00
HSL231.88º97.96%80.78%-
HSV(B)231.88º37.8%99.61%-
XYZ46.5543.5599.72-
YUV176.58171.69114.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=27.10%
G=29.33%
B=43.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581712540.380.3300.00231.8897.9680.78
Hex9EABFE262100e86251
Octal236253376464100350142121
Binary100111101010101111111110100110100001001110100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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