Html Css Color HEX #AAADE7 Perano

📋 copy color: '#AAADE7'

red 170 ◦ green 173 ◦ blue 231

#AAADE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AAADE7

Tints of Perano #AAADE7

RGB

 RED value IS 170 (66.8% from 255) = 29.62%

 GREEN value IS 173 (67.97% from 255) = 30.14%

 BLUE value IS 231 (90.63% from 255) = 40.24%

R = 29.62%
G = 30.14%
B = 40.24%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAADE7 (or 0xAAADE7) is known color: Perano. HEX triplet: AA, AD and E7. RGB value is (170,173,231). Sum of RGB (Red+Green+Blue) = 170+173+231=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADE7 is #555218. Grayscale: #B2B2B2. Windows color (decimal): -5591577 or 15183274. OLE color: 15183274.

HSL color Cylindrical-coordinate representation of color #AAADE7: hue angle of 237.05º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAADE7 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 173 231 -
CMYK 0.26 0.25 0 0.09
HSL 237.05º 0.56% 0.79% -
HSV(B) 237.05º 0.26% 0.91% -
XYZ 45.94 44.2 81.71 -
YUV 178.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 170 173 231 0.26 0.25 0 0.09 237.05 0.56 0.79
Hex AA AD E7 1A 19 0 9 ED 38 4F
Octal 252 255 347 32 31 0 11 355 70 117
Binary 10101010 10101101 11100111 11010 11001 0 1001 11101101 111000 1001111

Color Harmonies of #AAADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADE7

Black with #AAADE7

Text Example


Text Example

White with #AAADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADE7; }

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

 H1.HeaderClassName
 {
   color: #AAADE7;
 }
 .AnyTagClassName
 {
   color: #AAADE7;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #AAADE7;
 }
 .BgClassName
 {
   background-color: #AAADE7;
 }
</style>

border-color css

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

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

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