#9EABF1

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

Shades of Perano #9EABF1

Tints of Perano #9EABF1

Color information

#9EABF1 (or 0x9EABF1) is unknown color: approx Perano. HEX triplet: 9E, AB and F1. RGB value is (158,171,241). Sum of RGB (Red+Green+Blue) = 158+171+241=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABF1 is #61540E. Grayscale: #AEAEAE. Windows color (decimal): -6378511 or 15838110. OLE color: 15838110.

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

Color convert

RGB158171241-
CMYK0.340.2900.05
HSL230.6º74.77%78.24%-
HSV(B)230.6º34.44%94.51%-
XYZ44.5442.7589.12-
YUV175.09165.19115.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.72%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=27.72%
G=30%
B=42.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581712410.340.2900.05230.674.7778.24
Hex9EABF1221D05e74b4e
Octal236253361423505347113116
Binary1001111010101011111100011000101110101011110011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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