Html Css Color HEX #AAD6C9 Scandal

📋 copy color: '#AAD6C9'

red 170 ◦ green 214 ◦ blue 201

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

Shades of Scandal #AAD6C9

Tints of Scandal #AAD6C9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

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

R = 29.06%
G = 36.58%
B = 34.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#AAD6C9 (or 0xAAD6C9) is known color: Scandal. HEX triplet: AA, D6 and C9. RGB value is (170,214,201). Sum of RGB (Red+Green+Blue) = 170+214+201=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C9 is #552936. Grayscale: #C7C7C7. Windows color (decimal): -5581111 or 13227690. OLE color: 13227690.

HSL color Cylindrical-coordinate representation of color #AAD6C9: hue angle of 162.27º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6C9 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 201 -
CMYK 0.21 0 0.06 0.16
HSL 162.27º 0.35% 0.75% -
HSV(B) 162.27º 0.21% 0.84% -
XYZ 51.17 60.86 64.31 -
YUV 199.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 170 214 201 0.21 0 0.06 0.16 162.27 0.35 0.75
Hex AA D6 C9 15 0 6 10 A2 23 4B
Octal 252 326 311 25 0 6 20 242 43 113
Binary 10101010 11010110 11001001 10101 0 110 10000 10100010 100011 1001011

Color Harmonies of #AAD6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6C9

Black with #AAD6C9

Text Example


Text Example

White with #AAD6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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