#9AAAF1

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

Shades of Perano #9AAAF1

Tints of Perano #9AAAF1

Color information

#9AAAF1 (or 0x9AAAF1) is unknown color: approx Perano. HEX triplet: 9A, AA and F1. RGB value is (154,170,241). Sum of RGB (Red+Green+Blue) = 154+170+241=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAAF1 is #65550E. Grayscale: #ADADAD. Windows color (decimal): -6640911 or 15837850. OLE color: 15837850.

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

Color convert

RGB154170241-
CMYK0.360.2900.05
HSL228.97º75.65%77.45%-
HSV(B)228.97º36.1%94.51%-
XYZ43.5841.9789.02-
YUV173.31166.2114.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=27.26%
G=30.09%
B=42.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541702410.360.2900.05228.9775.6577.45
Hex9AAAF1241D05e54c4d
Octal232252361443505345114115
Binary1001101010101010111100011001001110101011110010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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