#9EAAF4

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

Shades of Perano #9EAAF4

Tints of Perano #9EAAF4

Color information

#9EAAF4 (or 0x9EAAF4) is unknown color: approx Perano. HEX triplet: 9E, AA and F4. RGB value is (158,170,244). Sum of RGB (Red+Green+Blue) = 158+170+244=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #9EAAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAF4 is #61550B. Grayscale: #AEAEAE. Windows color (decimal): -6378764 or 16034462. OLE color: 16034462.

HSL color Cylindrical-coordinate representation of color #9EAAF4: hue angle of 231.63º 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 #9EAAF4 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158170244-
CMYK0.350.3000.04
HSL231.63º79.63%78.82%-
HSV(B)231.63º35.25%95.69%-
XYZ44.842.5591.44-
YUV174.85167.02115.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.62%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=27.62%
G=29.72%
B=42.66%

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
Decimal1581702440.350.3000.04231.6379.6378.82
Hex9EAAF4231E04e8504f
Octal236252364433604350120117
Binary1001111010101010111101001000111111001001110100010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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