Html Css Color HEX #AADCE3 Charlotte

📋 copy color: '#AADCE3'

red 170 ◦ green 220 ◦ blue 227

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

Shades of Charlotte #AADCE3

Tints of Charlotte #AADCE3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

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

R = 27.55%
G = 35.66%
B = 36.79%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AADCE3 (or 0xAADCE3) is known color: Charlotte. HEX triplet: AA, DC and E3. RGB value is (170,220,227). Sum of RGB (Red+Green+Blue) = 170+220+227=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE3 is #55231C. Grayscale: #CDCDCD. Windows color (decimal): -5579549 or 14933162. OLE color: 14933162.

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

Color convert

RGB 170 220 227 -
CMYK 0.25 0.03 0 0.11
HSL 187.37º 0.5% 0.78% -
HSV(B) 187.37º 0.25% 0.89% -
XYZ 56.04 65.28 82.32 -
YUV 205.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 170 220 227 0.25 0.03 0 0.11 187.37 0.5 0.78
Hex AA DC E3 19 3 0 B BB 32 4E
Octal 252 334 343 31 3 0 13 273 62 116
Binary 10101010 11011100 11100011 11001 11 0 1011 10111011 110010 1001110

Color Harmonies of #AADCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCE3

Black with #AADCE3

Text Example


Text Example

White with #AADCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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