Html Css Color HEX #AAADE6 Perano

📋 copy color: '#AAADE6'

red 170 ◦ green 173 ◦ blue 230

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

Shades of Perano #AAADE6

Tints of Perano #AAADE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.14%

R = 29.67%
G = 30.19%
B = 40.14%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAADE6 (or 0xAAADE6) is known color: Perano. HEX triplet: AA, AD and E6. RGB value is (170,173,230). Sum of RGB (Red+Green+Blue) = 170+173+230=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADE6 is #555219. Grayscale: #B2B2B2. Windows color (decimal): -5591578 or 15117738. OLE color: 15117738.

HSL color Cylindrical-coordinate representation of color #AAADE6: hue angle of 237º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAADE6 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 173 230 -
CMYK 0.26 0.25 0 0.10
HSL 237º 0.55% 0.78% -
HSV(B) 237º 0.26% 0.9% -
XYZ 45.8 44.15 80.97 -
YUV 178.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 170 173 230 0.26 0.25 0 0.10 237 0.55 0.78
Hex AA AD E6 1A 19 0 A ED 37 4E
Octal 252 255 346 32 31 0 12 355 67 116
Binary 10101010 10101101 11100110 11010 11001 0 1010 11101101 110111 1001110

Color Harmonies of #AAADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADE6

Black with #AAADE6

Text Example


Text Example

White with #AAADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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