Html Css Color HEX #AAD8DB Charlotte

📋 copy color: '#AAD8DB'

red 170 ◦ green 216 ◦ blue 219

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

Shades of Charlotte #AAD8DB

Tints of Charlotte #AAD8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.7%

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

R = 28.1%
G = 35.7%
B = 36.2%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAD8DB (or 0xAAD8DB) is known color: Charlotte. HEX triplet: AA, D8 and DB. RGB value is (170,216,219). Sum of RGB (Red+Green+Blue) = 170+216+219=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8DB is #552724. Grayscale: #CACACA. Windows color (decimal): -5580581 or 14407850. OLE color: 14407850.

HSL color Cylindrical-coordinate representation of color #AAD8DB: hue angle of 183.67º 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 #AAD8DB is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 216 219 -
CMYK 0.22 0.01 0 0.14
HSL 183.67º 0.4% 0.76% -
HSV(B) 183.67º 0.22% 0.86% -
XYZ 53.92 62.77 76.29 -
YUV 202.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 170 216 219 0.22 0.01 0 0.14 183.67 0.4 0.76
Hex AA D8 DB 16 1 0 E B8 28 4C
Octal 252 330 333 26 1 0 16 270 50 114
Binary 10101010 11011000 11011011 10110 1 0 1110 10111000 101000 1001100

Color Harmonies of #AAD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8DB

Black with #AAD8DB

Text Example


Text Example

White with #AAD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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