#9AAAEC

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

Shades of Perano #9AAAEC

Tints of Perano #9AAAEC

Color information

#9AAAEC (or 0x9AAAEC) is unknown color: approx Perano. HEX triplet: 9A, AA and EC. RGB value is (154,170,236). Sum of RGB (Red+Green+Blue) = 154+170+236=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAAEC is #655513. Grayscale: #ACACAC. Windows color (decimal): -6640916 or 15510170. OLE color: 15510170.

HSL color Cylindrical-coordinate representation of color #9AAAEC: hue angle of 228.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AAAEC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154170236-
CMYK0.350.2800.07
HSL228.29º68.33%76.47%-
HSV(B)228.29º34.75%92.55%-
XYZ42.8441.6885.14-
YUV172.74163.7114.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=27.5%
G=30.36%
B=42.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541702360.350.2800.07228.2968.3376.47
Hex9AAAEC231C07e4444c
Octal232252354433407344104114
Binary1001101010101010111011001000111110001111110010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,236); }

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

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

 a { background-color: rgb(154,170,236); }

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

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

 span { border-color: rgb(154,170,236); }

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