Html Css Color HEX #AED7E5 Light Blue

📋 copy color: '#AED7E5'

red 174 ◦ green 215 ◦ blue 229

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

Shades of Light Blue #AED7E5

Tints of Light Blue #AED7E5

RGB

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

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

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

R = 28.16%
G = 34.79%
B = 37.06%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AED7E5 (or 0xAED7E5) is known color: Light Blue. HEX triplet: AE, D7 and E5. RGB value is (174,215,229). Sum of RGB (Red+Green+Blue) = 174+215+229=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #AED7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7E5 is #51281A. Grayscale: #CCCCCC. Windows color (decimal): -5318683 or 15062958. OLE color: 15062958.

HSL color Cylindrical-coordinate representation of color #AED7E5: hue angle of 195.27º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED7E5 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 215 229 -
CMYK 0.24 0.06 0 0.10
HSL 195.27º 0.51% 0.79% -
HSV(B) 195.27º 0.24% 0.9% -
XYZ 55.9 63.26 83.39 -
YUV 204.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 174 215 229 0.24 0.06 0 0.10 195.27 0.51 0.79
Hex AE D7 E5 18 6 0 A C3 33 4F
Octal 256 327 345 30 6 0 12 303 63 117
Binary 10101110 11010111 11100101 11000 110 0 1010 11000011 110011 1001111

Color Harmonies of #AED7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7E5

Black with #AED7E5

Text Example


Text Example

White with #AED7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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