Html Css Color HEX #AAADE8 Perano

📋 copy color: '#AAADE8'

red 170 ◦ green 173 ◦ blue 232

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

Shades of Perano #AAADE8

Tints of Perano #AAADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.35%

R = 29.57%
G = 30.09%
B = 40.35%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAADE8 (or 0xAAADE8) is known color: Perano. HEX triplet: AA, AD and E8. RGB value is (170,173,232). Sum of RGB (Red+Green+Blue) = 170+173+232=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADE8 is #555217. Grayscale: #B2B2B2. Windows color (decimal): -5591576 or 15248810. OLE color: 15248810.

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

Color convert

RGB 170 173 232 -
CMYK 0.27 0.25 0 0.09
HSL 237.1º 0.57% 0.79% -
HSV(B) 237.1º 0.27% 0.91% -
XYZ 46.09 44.26 82.46 -
YUV 178.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 170 173 232 0.27 0.25 0 0.09 237.1 0.57 0.79
Hex AA AD E8 1B 19 0 9 ED 39 4F
Octal 252 255 350 33 31 0 11 355 71 117
Binary 10101010 10101101 11101000 11011 11001 0 1001 11101101 111001 1001111

Color Harmonies of #AAADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADE8

Black with #AAADE8

Text Example


Text Example

White with #AAADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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