Html Css Color HEX #AED7DE Light Blue

📋 copy color: '#AED7DE'

red 174 ◦ green 215 ◦ blue 222

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

Shades of Light Blue #AED7DE

Tints of Light Blue #AED7DE

RGB

 RED value IS 174 (68.36% from 255) = 28.48%

 GREEN value IS 215 (84.38% from 255) = 35.19%

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 28.48%
G = 35.19%
B = 36.33%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AED7DE (or 0xAED7DE) is known color: Light Blue. HEX triplet: AE, D7 and DE. RGB value is (174,215,222). Sum of RGB (Red+Green+Blue) = 174+215+222=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7DE is #512821. Grayscale: #CBCBCB. Windows color (decimal): -5318690 or 14604206. OLE color: 14604206.

HSL color Cylindrical-coordinate representation of color #AED7DE: hue angle of 188.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED7DE is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 215 222 -
CMYK 0.22 0.03 0 0.13
HSL 188.75º 0.42% 0.78% -
HSV(B) 188.75º 0.22% 0.87% -
XYZ 54.94 62.87 78.35 -
YUV 203.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 174 215 222 0.22 0.03 0 0.13 188.75 0.42 0.78
Hex AE D7 DE 16 3 0 D BD 2A 4E
Octal 256 327 336 26 3 0 15 275 52 116
Binary 10101110 11010111 11011110 10110 11 0 1101 10111101 101010 1001110

Color Harmonies of #AED7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7DE

Black with #AED7DE

Text Example


Text Example

White with #AED7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7DE; }

 p { color: rgb(174,215,222); }

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

background-color css

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

 a { background-color: rgb(174,215,222); }

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

border-color css

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

 span { border-color: rgb(174,215,222); }

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