Html Css Color HEX #AADAE5 Light Blue

📋 copy color: '#AADAE5'

red 170 ◦ green 218 ◦ blue 229

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

Shades of Light Blue #AADAE5

Tints of Light Blue #AADAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.12%

R = 27.55%
G = 35.33%
B = 37.12%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AADAE5 (or 0xAADAE5) is known color: Light Blue. HEX triplet: AA, DA and E5. RGB value is (170,218,229). Sum of RGB (Red+Green+Blue) = 170+218+229=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #AADAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE5 is #55251A. Grayscale: #CCCCCC. Windows color (decimal): -5580059 or 15063722. OLE color: 15063722.

HSL color Cylindrical-coordinate representation of color #AADAE5: hue angle of 191.19º degrees, saturation: 0.53, 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 #AADAE5 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 218 229 -
CMYK 0.26 0.05 0 0.10
HSL 191.19º 0.53% 0.78% -
HSV(B) 191.19º 0.26% 0.9% -
XYZ 55.79 64.35 83.61 -
YUV 204.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 170 218 229 0.26 0.05 0 0.10 191.19 0.53 0.78
Hex AA DA E5 1A 5 0 A BF 35 4E
Octal 252 332 345 32 5 0 12 277 65 116
Binary 10101010 11011010 11100101 11010 101 0 1010 10111111 110101 1001110

Color Harmonies of #AADAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAE5

Black with #AADAE5

Text Example


Text Example

White with #AADAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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