Html Css Color HEX #AAD7DC Charlotte

📋 copy color: '#AAD7DC'

red 170 ◦ green 215 ◦ blue 220

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

Shades of Charlotte #AAD7DC

Tints of Charlotte #AAD7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.54%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 28.1%
G = 35.54%
B = 36.36%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAD7DC (or 0xAAD7DC) is known color: Charlotte. HEX triplet: AA, D7 and DC. RGB value is (170,215,220). Sum of RGB (Red+Green+Blue) = 170+215+220=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7DC is #552823. Grayscale: #CACACA. Windows color (decimal): -5580836 or 14473130. OLE color: 14473130.

HSL color Cylindrical-coordinate representation of color #AAD7DC: hue angle of 186º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD7DC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 215 220 -
CMYK 0.23 0.02 0 0.14
HSL 186º 0.42% 0.76% -
HSV(B) 186º 0.23% 0.86% -
XYZ 53.8 62.31 76.9 -
YUV 202.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 170 215 220 0.23 0.02 0 0.14 186 0.42 0.76
Hex AA D7 DC 17 2 0 E BA 2A 4C
Octal 252 327 334 27 2 0 16 272 52 114
Binary 10101010 11010111 11011100 10111 10 0 1110 10111010 101010 1001100

Color Harmonies of #AAD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7DC

Black with #AAD7DC

Text Example


Text Example

White with #AAD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7DC; }

 p { color: rgb(170,215,220); }

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

background-color css

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

 a { background-color: rgb(170,215,220); }

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

border-color css

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

 span { border-color: rgb(170,215,220); }

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