Html Css Color HEX #AADCE6 Charlotte

📋 copy color: '#AADCE6'

red 170 ◦ green 220 ◦ blue 230

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

Shades of Charlotte #AADCE6

Tints of Charlotte #AADCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.1%

R = 27.42%
G = 35.48%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AADCE6 (or 0xAADCE6) is known color: Charlotte. HEX triplet: AA, DC and E6. RGB value is (170,220,230). Sum of RGB (Red+Green+Blue) = 170+220+230=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #AADCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCE6 is #552319. Grayscale: #CECECE. Windows color (decimal): -5579546 or 15129770. OLE color: 15129770.

HSL color Cylindrical-coordinate representation of color #AADCE6: hue angle of 190º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADCE6 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 220 230 -
CMYK 0.26 0.04 0 0.10
HSL 190º 0.55% 0.78% -
HSV(B) 190º 0.26% 0.9% -
XYZ 56.45 65.45 84.52 -
YUV 206.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 170 220 230 0.26 0.04 0 0.10 190 0.55 0.78
Hex AA DC E6 1A 4 0 A BE 37 4E
Octal 252 334 346 32 4 0 12 276 67 116
Binary 10101010 11011100 11100110 11010 100 0 1010 10111110 110111 1001110

Color Harmonies of #AADCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCE6

Black with #AADCE6

Text Example


Text Example

White with #AADCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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