Html Css Color HEX #AAD7DB Charlotte

📋 copy color: '#AAD7DB'

red 170 ◦ green 215 ◦ blue 219

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

Shades of Charlotte #AAD7DB

Tints of Charlotte #AAD7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 28.15%
G = 35.6%
B = 36.26%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAD7DB (or 0xAAD7DB) is known color: Charlotte. HEX triplet: AA, D7 and DB. RGB value is (170,215,219). Sum of RGB (Red+Green+Blue) = 170+215+219=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7DB is #552824. Grayscale: #C9C9C9. Windows color (decimal): -5580837 or 14407594. OLE color: 14407594.

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

Color convert

RGB 170 215 219 -
CMYK 0.22 0.02 0 0.14
HSL 184.9º 0.4% 0.76% -
HSV(B) 184.9º 0.22% 0.86% -
XYZ 53.66 62.26 76.21 -
YUV 202 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 170 215 219 0.22 0.02 0 0.14 184.9 0.4 0.76
Hex AA D7 DB 16 2 0 E B9 28 4C
Octal 252 327 333 26 2 0 16 271 50 114
Binary 10101010 11010111 11011011 10110 10 0 1110 10111001 101000 1001100

Color Harmonies of #AAD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7DB

Black with #AAD7DB

Text Example


Text Example

White with #AAD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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