Html Css Color HEX #AAE0D9 Scandal

📋 copy color: '#AAE0D9'

red 170 ◦ green 224 ◦ blue 217

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

Shades of Scandal #AAE0D9

Tints of Scandal #AAE0D9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 27.82%
G = 36.66%
B = 35.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#AAE0D9 (or 0xAAE0D9) is known color: Scandal. HEX triplet: AA, E0 and D9. RGB value is (170,224,217). Sum of RGB (Red+Green+Blue) = 170+224+217=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0D9 is #551F26. Grayscale: #CFCFCF. Windows color (decimal): -5578535 or 14278826. OLE color: 14278826.

HSL color Cylindrical-coordinate representation of color #AAE0D9: hue angle of 172.22º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0D9 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 217 -
CMYK 0.24 0 0.03 0.12
HSL 172.22º 0.47% 0.77% -
HSV(B) 172.22º 0.24% 0.88% -
XYZ 55.76 66.87 75.61 -
YUV 207.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 170 224 217 0.24 0 0.03 0.12 172.22 0.47 0.77
Hex AA E0 D9 18 0 3 C AC 2F 4D
Octal 252 340 331 30 0 3 14 254 57 115
Binary 10101010 11100000 11011001 11000 0 11 1100 10101100 101111 1001101

Color Harmonies of #AAE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0D9

Black with #AAE0D9

Text Example


Text Example

White with #AAE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0D9; }

 p { color: rgb(170,224,217); }

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

background-color css

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

 a { background-color: rgb(170,224,217); }

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

border-color css

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

 span { border-color: rgb(170,224,217); }

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