Html Css Color HEX #AAE0DD Scandal

📋 copy color: '#AAE0DD'

red 170 ◦ green 224 ◦ blue 221

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

Shades of Scandal #AAE0DD

Tints of Scandal #AAE0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 27.64%
G = 36.42%
B = 35.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#AAE0DD (or 0xAAE0DD) is known color: Scandal. HEX triplet: AA, E0 and DD. RGB value is (170,224,221). Sum of RGB (Red+Green+Blue) = 170+224+221=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0DD is #551F22. Grayscale: #CFCFCF. Windows color (decimal): -5578531 or 14540970. OLE color: 14540970.

HSL color Cylindrical-coordinate representation of color #AAE0DD: hue angle of 176.67º 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 #AAE0DD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 221 -
CMYK 0.24 0 0.01 0.12
HSL 176.67º 0.47% 0.77% -
HSV(B) 176.67º 0.24% 0.88% -
XYZ 56.28 67.08 78.39 -
YUV 207.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 170 224 221 0.24 0 0.01 0.12 176.67 0.47 0.77
Hex AA E0 DD 18 0 1 C B1 2F 4D
Octal 252 340 335 30 0 1 14 261 57 115
Binary 10101010 11100000 11011101 11000 0 1 1100 10110001 101111 1001101

Color Harmonies of #AAE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0DD

Black with #AAE0DD

Text Example


Text Example

White with #AAE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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