Html Css Color HEX #AAD9DD Charlotte

📋 copy color: '#AAD9DD'

red 170 ◦ green 217 ◦ blue 221

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

Shades of Charlotte #AAD9DD

Tints of Charlotte #AAD9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 27.96%
G = 35.69%
B = 36.35%

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

#AAD9DD (or 0xAAD9DD) is known color: Charlotte. HEX triplet: AA, D9 and DD. RGB value is (170,217,221). Sum of RGB (Red+Green+Blue) = 170+217+221=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9DD is #552622. Grayscale: #CBCBCB. Windows color (decimal): -5580323 or 14539178. OLE color: 14539178.

HSL color Cylindrical-coordinate representation of color #AAD9DD: hue angle of 184.71º degrees, saturation: 0.43, 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 #AAD9DD is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 217 221 -
CMYK 0.23 0.02 0 0.13
HSL 184.71º 0.43% 0.77% -
HSV(B) 184.71º 0.23% 0.87% -
XYZ 54.44 63.39 77.77 -
YUV 203.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 170 217 221 0.23 0.02 0 0.13 184.71 0.43 0.77
Hex AA D9 DD 17 2 0 D B9 2B 4D
Octal 252 331 335 27 2 0 15 271 53 115
Binary 10101010 11011001 11011101 10111 10 0 1101 10111001 101011 1001101

Color Harmonies of #AAD9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9DD

Black with #AAD9DD

Text Example


Text Example

White with #AAD9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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