Html Css Color HEX #AADDD9 Scandal

📋 copy color: '#AADDD9'

red 170 ◦ green 221 ◦ blue 217

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

Shades of Scandal #AADDD9

Tints of Scandal #AADDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.35%

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

R = 27.96%
G = 36.35%
B = 35.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#AADDD9 (or 0xAADDD9) is known color: Scandal. HEX triplet: AA, DD and D9. RGB value is (170,221,217). Sum of RGB (Red+Green+Blue) = 170+221+217=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD9 is #552226. Grayscale: #CDCDCD. Windows color (decimal): -5579303 or 14278058. OLE color: 14278058.

HSL color Cylindrical-coordinate representation of color #AADDD9: hue angle of 175.29º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDD9 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 217 -
CMYK 0.23 0 0.02 0.13
HSL 175.29º 0.43% 0.77% -
HSV(B) 175.29º 0.23% 0.87% -
XYZ 54.96 65.27 75.35 -
YUV 205.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 170 221 217 0.23 0 0.02 0.13 175.29 0.43 0.77
Hex AA DD D9 17 0 2 D AF 2B 4D
Octal 252 335 331 27 0 2 15 257 53 115
Binary 10101010 11011101 11011001 10111 0 10 1101 10101111 101011 1001101

Color Harmonies of #AADDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDD9

Black with #AADDD9

Text Example


Text Example

White with #AADDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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