#9AADE7

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

Shades of Perano #9AADE7

Tints of Perano #9AADE7

Color information

#9AADE7 (or 0x9AADE7) is unknown color: approx Perano. HEX triplet: 9A, AD and E7. RGB value is (154,173,231). Sum of RGB (Red+Green+Blue) = 154+173+231=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #9AADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADE7 is #655218. Grayscale: #ADADAD. Windows color (decimal): -6640153 or 15183258. OLE color: 15183258.

HSL color Cylindrical-coordinate representation of color #9AADE7: hue angle of 225.19º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AADE7 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB154173231-
CMYK0.330.2500.09
HSL225.19º61.6%75.49%-
HSV(B)225.19º33.33%90.59%-
XYZ42.6942.5381.56-
YUV173.93160.21113.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=27.60%
G=31.00%
B=41.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1541732310.330.2500.09225.1961.675.49
Hex9AADE7211909e13e4b
Octal232255347413101134176113
Binary1001101010101101111001111000011100101001111000011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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