Html Css Color HEX #AAD9CC Scandal

📋 copy color: '#AAD9CC'

red 170 ◦ green 217 ◦ blue 204

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

Shades of Scandal #AAD9CC

Tints of Scandal #AAD9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.52%

R = 28.76%
G = 36.72%
B = 34.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#AAD9CC (or 0xAAD9CC) is known color: Scandal. HEX triplet: AA, D9 and CC. RGB value is (170,217,204). Sum of RGB (Red+Green+Blue) = 170+217+204=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9CC is #552633. Grayscale: #C9C9C9. Windows color (decimal): -5580340 or 13425066. OLE color: 13425066.

HSL color Cylindrical-coordinate representation of color #AAD9CC: hue angle of 163.4º 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 #AAD9CC is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 204 -
CMYK 0.22 0 0.06 0.15
HSL 163.4º 0.38% 0.76% -
HSV(B) 163.4º 0.22% 0.85% -
XYZ 52.29 62.53 66.44 -
YUV 201.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 170 217 204 0.22 0 0.06 0.15 163.4 0.38 0.76
Hex AA D9 CC 16 0 6 F A3 26 4C
Octal 252 331 314 26 0 6 17 243 46 114
Binary 10101010 11011001 11001100 10110 0 110 1111 10100011 100110 1001100

Color Harmonies of #AAD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9CC

Black with #AAD9CC

Text Example


Text Example

White with #AAD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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