#AED5EB

Color #AED5EB Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #AED5EB

Tints of Light Blue #AED5EB

Color information

#AED5EB (or 0xAED5EB) is unknown color: approx Light Blue. HEX triplet: AE, D5 and EB. RGB value is (174,213,235). Sum of RGB (Red+Green+Blue) = 174+213+235=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #AED5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5EB is #512A14. Grayscale: #CBCBCB. Windows color (decimal): -5319189 or 15455662. OLE color: 15455662.

HSL color Cylindrical-coordinate representation of color #AED5EB: hue angle of 201.64º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED5EB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174213235-
CMYK0.260.0900.08
HSL201.64º60.4%80.2%-
HSV(B)201.64º25.96%92.16%-
XYZ56.2562.5987.71-
YUV203.85145.58106.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=27.97%
G=34.24%
B=37.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742132350.260.0900.08201.6460.480.2
HexAED5EB1A908ca3c50
Octal256325353321101031274120
Binary10101110110101011110101111010100101000110010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5EB; }

 p { color: rgb(174,213,235); }

 H1.HeaderClassName
 {
   color: #AED5EB;
 }
 .AnyTagClassName
 {
   color: #AED5EB;
 }
</style>
background-color css

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

 a { background-color: rgb(174,213,235); }

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

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

 span { border-color: rgb(174,213,235); }

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