Html Css Color HEX #AAD8D1 Scandal

📋 copy color: '#AAD8D1'

red 170 ◦ green 216 ◦ blue 209

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

Shades of Scandal #AAD8D1

Tints of Scandal #AAD8D1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.3%

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 28.57%
G = 36.3%
B = 35.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#AAD8D1 (or 0xAAD8D1) is known color: Scandal. HEX triplet: AA, D8 and D1. RGB value is (170,216,209). Sum of RGB (Red+Green+Blue) = 170+216+209=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8D1 is #55272E. Grayscale: #C9C9C9. Windows color (decimal): -5580591 or 13752490. OLE color: 13752490.

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

Color convert

RGB 170 216 209 -
CMYK 0.21 0 0.03 0.15
HSL 170.87º 0.37% 0.76% -
HSV(B) 170.87º 0.21% 0.85% -
XYZ 52.64 62.26 69.56 -
YUV 201.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 170 216 209 0.21 0 0.03 0.15 170.87 0.37 0.76
Hex AA D8 D1 15 0 3 F AB 25 4C
Octal 252 330 321 25 0 3 17 253 45 114
Binary 10101010 11011000 11010001 10101 0 11 1111 10101011 100101 1001100

Color Harmonies of #AAD8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8D1

Black with #AAD8D1

Text Example


Text Example

White with #AAD8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8D1; }

 p { color: rgb(170,216,209); }

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

background-color css

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

 a { background-color: rgb(170,216,209); }

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

border-color css

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

 span { border-color: rgb(170,216,209); }

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