#9EABF4

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

Shades of Perano #9EABF4

Tints of Perano #9EABF4

Color information

#9EABF4 (or 0x9EABF4) is unknown color: approx Perano. HEX triplet: 9E, AB and F4. RGB value is (158,171,244). Sum of RGB (Red+Green+Blue) = 158+171+244=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #9EABF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABF4 is #61540B. Grayscale: #AFAFAF. Windows color (decimal): -6378508 or 16034718. OLE color: 16034718.

HSL color Cylindrical-coordinate representation of color #9EABF4: hue angle of 230.93º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EABF4 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158171244-
CMYK0.350.3000.04
HSL230.93º79.63%78.82%-
HSV(B)230.93º35.25%95.69%-
XYZ44.9942.9391.5-
YUV175.44166.69115.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.57%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 244 (95.70% from 255) = 42.58%
R=27.57%
G=29.84%
B=42.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581712440.350.3000.04230.9379.6378.82
Hex9EABF4231E04e7504f
Octal236253364433604347120117
Binary1001111010101011111101001000111111001001110011110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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