#9EACF1

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

Shades of Perano #9EACF1

Tints of Perano #9EACF1

Color information

#9EACF1 (or 0x9EACF1) is unknown color: approx Perano. HEX triplet: 9E, AC and F1. RGB value is (158,172,241). Sum of RGB (Red+Green+Blue) = 158+172+241=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACF1 is #61530E. Grayscale: #AFAFAF. Windows color (decimal): -6378255 or 15838366. OLE color: 15838366.

HSL color Cylindrical-coordinate representation of color #9EACF1: hue angle of 229.88º 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 #9EACF1 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158172241-
CMYK0.340.2900.05
HSL229.88º74.77%78.24%-
HSV(B)229.88º34.44%94.51%-
XYZ44.7343.1389.19-
YUV175.68164.86115.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.67%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=27.67%
G=30.12%
B=42.21%

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
Decimal1581722410.340.2900.05229.8874.7778.24
Hex9EACF1221D05e64b4e
Octal236254361423505346113116
Binary1001111010101100111100011000101110101011110011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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