Html Css Color HEX #AED4E5 Light Blue

📋 copy color: '#AED4E5'

red 174 ◦ green 212 ◦ blue 229

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

Shades of Light Blue #AED4E5

Tints of Light Blue #AED4E5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.47%

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

R = 28.29%
G = 34.47%
B = 37.24%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AED4E5 (or 0xAED4E5) is known color: Light Blue. HEX triplet: AE, D4 and E5. RGB value is (174,212,229). Sum of RGB (Red+Green+Blue) = 174+212+229=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #AED4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4E5 is #512B1A. Grayscale: #CACACA. Windows color (decimal): -5319451 or 15062190. OLE color: 15062190.

HSL color Cylindrical-coordinate representation of color #AED4E5: hue angle of 198.55º 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 #AED4E5 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 212 229 -
CMYK 0.24 0.07 0 0.10
HSL 198.55º 0.51% 0.79% -
HSV(B) 198.55º 0.24% 0.9% -
XYZ 55.14 61.74 83.14 -
YUV 202.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 174 212 229 0.24 0.07 0 0.10 198.55 0.51 0.79
Hex AE D4 E5 18 7 0 A C7 33 4F
Octal 256 324 345 30 7 0 12 307 63 117
Binary 10101110 11010100 11100101 11000 111 0 1010 11000111 110011 1001111

Color Harmonies of #AED4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4E5

Black with #AED4E5

Text Example


Text Example

White with #AED4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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