Html Css Color HEX #AAD8DF Charlotte

📋 copy color: '#AAD8DF'

red 170 ◦ green 216 ◦ blue 223

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

Shades of Charlotte #AAD8DF

Tints of Charlotte #AAD8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 27.91%
G = 35.47%
B = 36.62%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAD8DF (or 0xAAD8DF) is known color: Charlotte. HEX triplet: AA, D8 and DF. RGB value is (170,216,223). Sum of RGB (Red+Green+Blue) = 170+216+223=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8DF is #552720. Grayscale: #CACACA. Windows color (decimal): -5580577 or 14669994. OLE color: 14669994.

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

Color convert

RGB 170 216 223 -
CMYK 0.24 0.03 0 0.13
HSL 187.92º 0.45% 0.77% -
HSV(B) 187.92º 0.24% 0.87% -
XYZ 54.45 62.99 79.1 -
YUV 203.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 170 216 223 0.24 0.03 0 0.13 187.92 0.45 0.77
Hex AA D8 DF 18 3 0 D BC 2D 4D
Octal 252 330 337 30 3 0 15 274 55 115
Binary 10101010 11011000 11011111 11000 11 0 1101 10111100 101101 1001101

Color Harmonies of #AAD8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8DF

Black with #AAD8DF

Text Example


Text Example

White with #AAD8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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