Html Css Color HEX #AAD9CE Scandal

📋 copy color: '#AAD9CE'

red 170 ◦ green 217 ◦ blue 206

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

Shades of Scandal #AAD9CE

Tints of Scandal #AAD9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 28.67%
G = 36.59%
B = 34.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#AAD9CE (or 0xAAD9CE) is known color: Scandal. HEX triplet: AA, D9 and CE. RGB value is (170,217,206). Sum of RGB (Red+Green+Blue) = 170+217+206=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9CE is #552631. Grayscale: #C9C9C9. Windows color (decimal): -5580338 or 13556138. OLE color: 13556138.

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

Color convert

RGB 170 217 206 -
CMYK 0.22 0 0.05 0.15
HSL 165.96º 0.38% 0.76% -
HSV(B) 165.96º 0.22% 0.85% -
XYZ 52.53 62.63 67.71 -
YUV 201.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 170 217 206 0.22 0 0.05 0.15 165.96 0.38 0.76
Hex AA D9 CE 16 0 5 F A6 26 4C
Octal 252 331 316 26 0 5 17 246 46 114
Binary 10101010 11011001 11001110 10110 0 101 1111 10100110 100110 1001100

Color Harmonies of #AAD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9CE

Black with #AAD9CE

Text Example


Text Example

White with #AAD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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