Html Css Color HEX #AAD0C7 Scandal

📋 copy color: '#AAD0C7'

red 170 ◦ green 208 ◦ blue 199

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

Shades of Scandal #AAD0C7

Tints of Scandal #AAD0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.05%

 BLUE value IS 199 (78.13% from 255) = 34.49%

R = 29.46%
G = 36.05%
B = 34.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#AAD0C7 (or 0xAAD0C7) is known color: Scandal. HEX triplet: AA, D0 and C7. RGB value is (170,208,199). Sum of RGB (Red+Green+Blue) = 170+208+199=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0C7 is #552F38. Grayscale: #C3C3C3. Windows color (decimal): -5582649 or 13095082. OLE color: 13095082.

HSL color Cylindrical-coordinate representation of color #AAD0C7: hue angle of 165.79º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0C7 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 199 -
CMYK 0.18 0 0.04 0.18
HSL 165.79º 0.29% 0.74% -
HSV(B) 165.79º 0.18% 0.82% -
XYZ 49.44 57.78 62.58 -
YUV 195.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 170 208 199 0.18 0 0.04 0.18 165.79 0.29 0.74
Hex AA D0 C7 12 0 4 12 A6 1D 4A
Octal 252 320 307 22 0 4 22 246 35 112
Binary 10101010 11010000 11000111 10010 0 100 10010 10100110 11101 1001010

Color Harmonies of #AAD0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0C7

Black with #AAD0C7

Text Example


Text Example

White with #AAD0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0C7; }

 p { color: rgb(170,208,199); }

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

background-color css

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

 a { background-color: rgb(170,208,199); }

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

border-color css

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

 span { border-color: rgb(170,208,199); }

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