Html Css Color HEX #AADEE7 Charlotte

📋 copy color: '#AADEE7'

red 170 ◦ green 222 ◦ blue 231

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

Shades of Charlotte #AADEE7

Tints of Charlotte #AADEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.63%

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 27.29%
G = 35.63%
B = 37.08%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AADEE7 (or 0xAADEE7) is known color: Charlotte. HEX triplet: AA, DE and E7. RGB value is (170,222,231). Sum of RGB (Red+Green+Blue) = 170+222+231=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #AADEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEE7 is #552118. Grayscale: #CFCFCF. Windows color (decimal): -5579033 or 15195818. OLE color: 15195818.

HSL color Cylindrical-coordinate representation of color #AADEE7: hue angle of 188.85º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADEE7 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 222 231 -
CMYK 0.26 0.04 0 0.09
HSL 188.85º 0.56% 0.79% -
HSV(B) 188.85º 0.26% 0.91% -
XYZ 57.12 66.56 85.44 -
YUV 207.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 170 222 231 0.26 0.04 0 0.09 188.85 0.56 0.79
Hex AA DE E7 1A 4 0 9 BD 38 4F
Octal 252 336 347 32 4 0 11 275 70 117
Binary 10101010 11011110 11100111 11010 100 0 1001 10111101 111000 1001111

Color Harmonies of #AADEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEE7

Black with #AADEE7

Text Example


Text Example

White with #AADEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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