Html Css Color HEX #AAD5CA Scandal

📋 copy color: '#AAD5CA'

red 170 ◦ green 213 ◦ blue 202

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

Shades of Scandal #AAD5CA

Tints of Scandal #AAD5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

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

R = 29.06%
G = 36.41%
B = 34.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#AAD5CA (or 0xAAD5CA) is known color: Scandal. HEX triplet: AA, D5 and CA. RGB value is (170,213,202). Sum of RGB (Red+Green+Blue) = 170+213+202=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5CA is #552A35. Grayscale: #C6C6C6. Windows color (decimal): -5581366 or 13292970. OLE color: 13292970.

HSL color Cylindrical-coordinate representation of color #AAD5CA: hue angle of 164.65º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5CA is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 202 -
CMYK 0.20 0 0.05 0.16
HSL 164.65º 0.34% 0.75% -
HSV(B) 164.65º 0.2% 0.84% -
XYZ 51.03 60.4 64.85 -
YUV 198.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 170 213 202 0.20 0 0.05 0.16 164.65 0.34 0.75
Hex AA D5 CA 14 0 5 10 A5 22 4B
Octal 252 325 312 24 0 5 20 245 42 113
Binary 10101010 11010101 11001010 10100 0 101 10000 10100101 100010 1001011

Color Harmonies of #AAD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5CA

Black with #AAD5CA

Text Example


Text Example

White with #AAD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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