Html Css Color HEX #AAE0DB Scandal

📋 copy color: '#AAE0DB'

red 170 ◦ green 224 ◦ blue 219

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

Shades of Scandal #AAE0DB

Tints of Scandal #AAE0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 27.73%
G = 36.54%
B = 35.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#AAE0DB (or 0xAAE0DB) is known color: Scandal. HEX triplet: AA, E0 and DB. RGB value is (170,224,219). Sum of RGB (Red+Green+Blue) = 170+224+219=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0DB is #551F24. Grayscale: #CFCFCF. Windows color (decimal): -5578533 or 14409898. OLE color: 14409898.

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

Color convert

RGB 170 224 219 -
CMYK 0.24 0 0.02 0.12
HSL 174.44º 0.47% 0.77% -
HSV(B) 174.44º 0.24% 0.88% -
XYZ 56.02 66.97 76.99 -
YUV 207.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 170 224 219 0.24 0 0.02 0.12 174.44 0.47 0.77
Hex AA E0 DB 18 0 2 C AE 2F 4D
Octal 252 340 333 30 0 2 14 256 57 115
Binary 10101010 11100000 11011011 11000 0 10 1100 10101110 101111 1001101

Color Harmonies of #AAE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0DB

Black with #AAE0DB

Text Example


Text Example

White with #AAE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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