Html Css Color HEX #AADAE2 Charlotte

📋 copy color: '#AADAE2'

red 170 ◦ green 218 ◦ blue 226

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

Shades of Charlotte #AADAE2

Tints of Charlotte #AADAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

 BLUE value IS 226 (88.67% from 255) = 36.81%

R = 27.69%
G = 35.5%
B = 36.81%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AADAE2 (or 0xAADAE2) is known color: Charlotte. HEX triplet: AA, DA and E2. RGB value is (170,218,226). Sum of RGB (Red+Green+Blue) = 170+218+226=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #AADAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE2 is #55251D. Grayscale: #CCCCCC. Windows color (decimal): -5580062 or 14867114. OLE color: 14867114.

HSL color Cylindrical-coordinate representation of color #AADAE2: hue angle of 188.57º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADAE2 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 218 226 -
CMYK 0.25 0.04 0 0.11
HSL 188.57º 0.49% 0.78% -
HSV(B) 188.57º 0.25% 0.89% -
XYZ 55.38 64.18 81.42 -
YUV 204.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 170 218 226 0.25 0.04 0 0.11 188.57 0.49 0.78
Hex AA DA E2 19 4 0 B BD 31 4E
Octal 252 332 342 31 4 0 13 275 61 116
Binary 10101010 11011010 11100010 11001 100 0 1011 10111101 110001 1001110

Color Harmonies of #AADAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAE2

Black with #AADAE2

Text Example


Text Example

White with #AADAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAE2; }

 p { color: rgb(170,218,226); }

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

background-color css

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

 a { background-color: rgb(170,218,226); }

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

border-color css

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

 span { border-color: rgb(170,218,226); }

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