Html Css Color HEX #AAD6CA Scandal

📋 copy color: '#AAD6CA'

red 170 ◦ green 214 ◦ blue 202

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

Shades of Scandal #AAD6CA

Tints of Scandal #AAD6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 29.01%
G = 36.52%
B = 34.47%

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

#AAD6CA (or 0xAAD6CA) is known color: Scandal. HEX triplet: AA, D6 and CA. RGB value is (170,214,202). Sum of RGB (Red+Green+Blue) = 170+214+202=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6CA is #552935. Grayscale: #C7C7C7. Windows color (decimal): -5581110 or 13293226. OLE color: 13293226.

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

Color convert

RGB 170 214 202 -
CMYK 0.21 0 0.06 0.16
HSL 163.64º 0.35% 0.75% -
HSV(B) 163.64º 0.21% 0.84% -
XYZ 51.28 60.9 64.93 -
YUV 199.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 170 214 202 0.21 0 0.06 0.16 163.64 0.35 0.75
Hex AA D6 CA 15 0 6 10 A4 23 4B
Octal 252 326 312 25 0 6 20 244 43 113
Binary 10101010 11010110 11001010 10101 0 110 10000 10100100 100011 1001011

Color Harmonies of #AAD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6CA

Black with #AAD6CA

Text Example


Text Example

White with #AAD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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