#9EABF0

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

Shades of Perano #9EABF0

Tints of Perano #9EABF0

Color information

#9EABF0 (or 0x9EABF0) is unknown color: approx Perano. HEX triplet: 9E, AB and F0. RGB value is (158,171,240). Sum of RGB (Red+Green+Blue) = 158+171+240=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #9EABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABF0 is #61540F. Grayscale: #AEAEAE. Windows color (decimal): -6378512 or 15772574. OLE color: 15772574.

HSL color Cylindrical-coordinate representation of color #9EABF0: hue angle of 230.49º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EABF0 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158171240-
CMYK0.340.2900.06
HSL230.49º73.21%78.04%-
HSV(B)230.49º34.17%94.12%-
XYZ44.3942.6988.34-
YUV174.98164.69115.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.77%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=27.77%
G=30.05%
B=42.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581712400.340.2900.06230.4973.2178.04
Hex9EABF0221D06e6494e
Octal236253360423506346111116
Binary1001111010101011111100001000101110101101110011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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