Html Css Color HEX #AAD2C9 Scandal

📋 copy color: '#AAD2C9'

red 170 ◦ green 210 ◦ blue 201

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

Shades of Scandal #AAD2C9

Tints of Scandal #AAD2C9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

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

R = 29.26%
G = 36.14%
B = 34.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#AAD2C9 (or 0xAAD2C9) is known color: Scandal. HEX triplet: AA, D2 and C9. RGB value is (170,210,201). Sum of RGB (Red+Green+Blue) = 170+210+201=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2C9 is #552D36. Grayscale: #C5C5C5. Windows color (decimal): -5582135 or 13226666. OLE color: 13226666.

HSL color Cylindrical-coordinate representation of color #AAD2C9: hue angle of 166.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2C9 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 201 -
CMYK 0.19 0 0.04 0.18
HSL 166.5º 0.31% 0.75% -
HSV(B) 166.5º 0.19% 0.82% -
XYZ 50.17 58.86 63.97 -
YUV 197.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 170 210 201 0.19 0 0.04 0.18 166.5 0.31 0.75
Hex AA D2 C9 13 0 4 12 A6 1F 4B
Octal 252 322 311 23 0 4 22 246 37 113
Binary 10101010 11010010 11001001 10011 0 100 10010 10100110 11111 1001011

Color Harmonies of #AAD2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2C9

Black with #AAD2C9

Text Example


Text Example

White with #AAD2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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