Html Css Color HEX #AAD2C8 Scandal

📋 copy color: '#AAD2C8'

red 170 ◦ green 210 ◦ blue 200

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

Shades of Scandal #AAD2C8

Tints of Scandal #AAD2C8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.21%

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 29.31%
G = 36.21%
B = 34.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#AAD2C8 (or 0xAAD2C8) is known color: Scandal. HEX triplet: AA, D2 and C8. RGB value is (170,210,200). Sum of RGB (Red+Green+Blue) = 170+210+200=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2C8 is #552D37. Grayscale: #C4C4C4. Windows color (decimal): -5582136 or 13161130. OLE color: 13161130.

HSL color Cylindrical-coordinate representation of color #AAD2C8: hue angle of 165º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2C8 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 200 -
CMYK 0.19 0 0.05 0.18
HSL 165º 0.31% 0.75% -
HSV(B) 165º 0.19% 0.82% -
XYZ 50.05 58.81 63.36 -
YUV 196.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 170 210 200 0.19 0 0.05 0.18 165 0.31 0.75
Hex AA D2 C8 13 0 5 12 A5 1F 4B
Octal 252 322 310 23 0 5 22 245 37 113
Binary 10101010 11010010 11001000 10011 0 101 10010 10100101 11111 1001011

Color Harmonies of #AAD2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2C8

Black with #AAD2C8

Text Example


Text Example

White with #AAD2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2C8; }

 p { color: rgb(170,210,200); }

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

background-color css

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

 a { background-color: rgb(170,210,200); }

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

border-color css

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

 span { border-color: rgb(170,210,200); }

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