#9AAAEF

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

Shades of Perano #9AAAEF

Tints of Perano #9AAAEF

Color information

#9AAAEF (or 0x9AAAEF) is unknown color: approx Perano. HEX triplet: 9A, AA and EF. RGB value is (154,170,239). Sum of RGB (Red+Green+Blue) = 154+170+239=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAAEF is #655510. Grayscale: #ACACAC. Windows color (decimal): -6640913 or 15706778. OLE color: 15706778.

HSL color Cylindrical-coordinate representation of color #9AAAEF: hue angle of 228.71º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AAAEF is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154170239-
CMYK0.360.2900.06
HSL228.71º72.65%77.06%-
HSV(B)228.71º35.56%93.73%-
XYZ43.2841.8587.46-
YUV173.08165.2114.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=27.35%
G=30.20%
B=42.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541702390.360.2900.06228.7172.6577.06
Hex9AAAEF241D06e5494d
Octal232252357443506345111115
Binary1001101010101010111011111001001110101101110010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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