Html Css Color HEX #AAD9C9 Scandal

📋 copy color: '#AAD9C9'

red 170 ◦ green 217 ◦ blue 201

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

Shades of Scandal #AAD9C9

Tints of Scandal #AAD9C9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.9%

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 28.91%
G = 36.9%
B = 34.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#AAD9C9 (or 0xAAD9C9) is known color: Scandal. HEX triplet: AA, D9 and C9. RGB value is (170,217,201). Sum of RGB (Red+Green+Blue) = 170+217+201=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9C9 is #552636. Grayscale: #C9C9C9. Windows color (decimal): -5580343 or 13228458. OLE color: 13228458.

HSL color Cylindrical-coordinate representation of color #AAD9C9: hue angle of 159.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9C9 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 201 -
CMYK 0.22 0 0.07 0.15
HSL 159.57º 0.38% 0.76% -
HSV(B) 159.57º 0.22% 0.85% -
XYZ 51.93 62.39 64.56 -
YUV 201.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 170 217 201 0.22 0 0.07 0.15 159.57 0.38 0.76
Hex AA D9 C9 16 0 7 F A0 26 4C
Octal 252 331 311 26 0 7 17 240 46 114
Binary 10101010 11011001 11001001 10110 0 111 1111 10100000 100110 1001100

Color Harmonies of #AAD9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9C9

Black with #AAD9C9

Text Example


Text Example

White with #AAD9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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