Html Css Color HEX #AED3E5 Light Blue

📋 copy color: '#AED3E5'

red 174 ◦ green 211 ◦ blue 229

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

Shades of Light Blue #AED3E5

Tints of Light Blue #AED3E5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.36%

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

R = 28.34%
G = 34.36%
B = 37.3%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AED3E5 (or 0xAED3E5) is known color: Light Blue. HEX triplet: AE, D3 and E5. RGB value is (174,211,229). Sum of RGB (Red+Green+Blue) = 174+211+229=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #AED3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3E5 is #512C1A. Grayscale: #C9C9C9. Windows color (decimal): -5319707 or 15061934. OLE color: 15061934.

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

Color convert

RGB 174 211 229 -
CMYK 0.24 0.08 0 0.10
HSL 199.64º 0.51% 0.79% -
HSV(B) 199.64º 0.24% 0.9% -
XYZ 54.89 61.24 83.06 -
YUV 201.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 174 211 229 0.24 0.08 0 0.10 199.64 0.51 0.79
Hex AE D3 E5 18 8 0 A C8 33 4F
Octal 256 323 345 30 10 0 12 310 63 117
Binary 10101110 11010011 11100101 11000 1000 0 1010 11001000 110011 1001111

Color Harmonies of #AED3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3E5

Black with #AED3E5

Text Example


Text Example

White with #AED3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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