Html Css Color HEX #AAD6CF Scandal

📋 copy color: '#AAD6CF'

red 170 ◦ green 214 ◦ blue 207

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

Shades of Scandal #AAD6CF

Tints of Scandal #AAD6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 28.76%
G = 36.21%
B = 35.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#AAD6CF (or 0xAAD6CF) is known color: Scandal. HEX triplet: AA, D6 and CF. RGB value is (170,214,207). Sum of RGB (Red+Green+Blue) = 170+214+207=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6CF is #552930. Grayscale: #C8C8C8. Windows color (decimal): -5581105 or 13620906. OLE color: 13620906.

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

Color convert

RGB 170 214 207 -
CMYK 0.21 0 0.03 0.16
HSL 170.45º 0.35% 0.75% -
HSV(B) 170.45º 0.21% 0.84% -
XYZ 51.89 61.14 68.1 -
YUV 200.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 170 214 207 0.21 0 0.03 0.16 170.45 0.35 0.75
Hex AA D6 CF 15 0 3 10 AA 23 4B
Octal 252 326 317 25 0 3 20 252 43 113
Binary 10101010 11010110 11001111 10101 0 11 10000 10101010 100011 1001011

Color Harmonies of #AAD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6CF

Black with #AAD6CF

Text Example


Text Example

White with #AAD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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