Html Css Color HEX #AADAE3 Charlotte

📋 copy color: '#AADAE3'

red 170 ◦ green 218 ◦ blue 227

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

Shades of Charlotte #AADAE3

Tints of Charlotte #AADAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.91%

R = 27.64%
G = 35.45%
B = 36.91%

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

#AADAE3 (or 0xAADAE3) is known color: Charlotte. HEX triplet: AA, DA and E3. RGB value is (170,218,227). Sum of RGB (Red+Green+Blue) = 170+218+227=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE3 is #55251C. Grayscale: #CCCCCC. Windows color (decimal): -5580061 or 14932650. OLE color: 14932650.

HSL color Cylindrical-coordinate representation of color #AADAE3: hue angle of 189.47º degrees, saturation: 0.5, 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 #AADAE3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 218 227 -
CMYK 0.25 0.04 0 0.11
HSL 189.47º 0.5% 0.78% -
HSV(B) 189.47º 0.25% 0.89% -
XYZ 55.51 64.23 82.15 -
YUV 204.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 170 218 227 0.25 0.04 0 0.11 189.47 0.5 0.78
Hex AA DA E3 19 4 0 B BD 32 4E
Octal 252 332 343 31 4 0 13 275 62 116
Binary 10101010 11011010 11100011 11001 100 0 1011 10111101 110010 1001110

Color Harmonies of #AADAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAE3

Black with #AADAE3

Text Example


Text Example

White with #AADAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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