Html Css Color HEX #AADCE4 Charlotte

📋 copy color: '#AADCE4'

red 170 ◦ green 220 ◦ blue 228

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

Shades of Charlotte #AADCE4

Tints of Charlotte #AADCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.89%

R = 27.51%
G = 35.6%
B = 36.89%

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

#AADCE4 (or 0xAADCE4) is known color: Charlotte. HEX triplet: AA, DC and E4. RGB value is (170,220,228). Sum of RGB (Red+Green+Blue) = 170+220+228=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #AADCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE4 is #55231B. Grayscale: #CDCDCD. Windows color (decimal): -5579548 or 14998698. OLE color: 14998698.

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

Color convert

RGB 170 220 228 -
CMYK 0.25 0.04 0 0.11
HSL 188.28º 0.52% 0.78% -
HSV(B) 188.28º 0.25% 0.89% -
XYZ 56.17 65.33 83.05 -
YUV 205.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 170 220 228 0.25 0.04 0 0.11 188.28 0.52 0.78
Hex AA DC E4 19 4 0 B BC 34 4E
Octal 252 334 344 31 4 0 13 274 64 116
Binary 10101010 11011100 11100100 11001 100 0 1011 10111100 110100 1001110

Color Harmonies of #AADCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCE4

Black with #AADCE4

Text Example


Text Example

White with #AADCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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