Html Css Color HEX #AADAE4 Charlotte

📋 copy color: '#AADAE4'

red 170 ◦ green 218 ◦ blue 228

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

Shades of Charlotte #AADAE4

Tints of Charlotte #AADAE4

RGB

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

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

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

R = 27.6%
G = 35.39%
B = 37.01%

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

#AADAE4 (or 0xAADAE4) is known color: Charlotte. HEX triplet: AA, DA and E4. RGB value is (170,218,228). Sum of RGB (Red+Green+Blue) = 170+218+228=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #AADAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE4 is #55251B. Grayscale: #CCCCCC. Windows color (decimal): -5580060 or 14998186. OLE color: 14998186.

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

Color convert

RGB 170 218 228 -
CMYK 0.25 0.04 0 0.11
HSL 190.34º 0.52% 0.78% -
HSV(B) 190.34º 0.25% 0.89% -
XYZ 55.65 64.29 82.87 -
YUV 204.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 170 218 228 0.25 0.04 0 0.11 190.34 0.52 0.78
Hex AA DA E4 19 4 0 B BE 34 4E
Octal 252 332 344 31 4 0 13 276 64 116
Binary 10101010 11011010 11100100 11001 100 0 1011 10111110 110100 1001110

Color Harmonies of #AADAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAE4

Black with #AADAE4

Text Example


Text Example

White with #AADAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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