Html Css Color HEX #AAD0C6 Scandal

📋 copy color: '#AAD0C6'

red 170 ◦ green 208 ◦ blue 198

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

Shades of Scandal #AAD0C6

Tints of Scandal #AAD0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.38%

R = 29.51%
G = 36.11%
B = 34.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#AAD0C6 (or 0xAAD0C6) is known color: Scandal. HEX triplet: AA, D0 and C6. RGB value is (170,208,198). Sum of RGB (Red+Green+Blue) = 170+208+198=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0C6 is #552F39. Grayscale: #C3C3C3. Windows color (decimal): -5582650 or 13029546. OLE color: 13029546.

HSL color Cylindrical-coordinate representation of color #AAD0C6: hue angle of 164.21º 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 #AAD0C6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 198 -
CMYK 0.18 0 0.05 0.18
HSL 164.21º 0.29% 0.74% -
HSV(B) 164.21º 0.18% 0.82% -
XYZ 49.33 57.74 61.97 -
YUV 195.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 170 208 198 0.18 0 0.05 0.18 164.21 0.29 0.74
Hex AA D0 C6 12 0 5 12 A4 1D 4A
Octal 252 320 306 22 0 5 22 244 35 112
Binary 10101010 11010000 11000110 10010 0 101 10010 10100100 11101 1001010

Color Harmonies of #AAD0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0C6

Black with #AAD0C6

Text Example


Text Example

White with #AAD0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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