#9AADF1

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

Shades of Perano #9AADF1

Tints of Perano #9AADF1

Color information

#9AADF1 (or 0x9AADF1) is unknown color: approx Perano. HEX triplet: 9A, AD and F1. RGB value is (154,173,241). Sum of RGB (Red+Green+Blue) = 154+173+241=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADF1 is #65520E. Grayscale: #AEAEAE. Windows color (decimal): -6640143 or 15838618. OLE color: 15838618.

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

Color convert

RGB154173241-
CMYK0.360.2800.05
HSL226.9º75.65%77.45%-
HSV(B)226.9º36.1%94.51%-
XYZ44.1543.1189.21-
YUV175.07165.21112.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.11%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=27.11%
G=30.46%
B=42.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541732410.360.2800.05226.975.6577.45
Hex9AADF1241C05e34c4d
Octal232255361443405343114115
Binary1001101010101101111100011001001110001011110001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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