Html Css Color HEX #AAD9DE Charlotte

📋 copy color: '#AAD9DE'

red 170 ◦ green 217 ◦ blue 222

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

Shades of Charlotte #AAD9DE

Tints of Charlotte #AAD9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.63%

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 27.91%
G = 35.63%
B = 36.45%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAD9DE (or 0xAAD9DE) is known color: Charlotte. HEX triplet: AA, D9 and DE. RGB value is (170,217,222). Sum of RGB (Red+Green+Blue) = 170+217+222=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9DE is #552621. Grayscale: #CBCBCB. Windows color (decimal): -5580322 or 14604714. OLE color: 14604714.

HSL color Cylindrical-coordinate representation of color #AAD9DE: hue angle of 185.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD9DE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 217 222 -
CMYK 0.23 0.02 0 0.13
HSL 185.77º 0.44% 0.77% -
HSV(B) 185.77º 0.23% 0.87% -
XYZ 54.58 63.45 78.48 -
YUV 203.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 170 217 222 0.23 0.02 0 0.13 185.77 0.44 0.77
Hex AA D9 DE 17 2 0 D BA 2C 4D
Octal 252 331 336 27 2 0 15 272 54 115
Binary 10101010 11011001 11011110 10111 10 0 1101 10111010 101100 1001101

Color Harmonies of #AAD9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9DE

Black with #AAD9DE

Text Example


Text Example

White with #AAD9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9DE; }

 p { color: rgb(170,217,222); }

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

background-color css

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

 a { background-color: rgb(170,217,222); }

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

border-color css

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

 span { border-color: rgb(170,217,222); }

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