#AED7EB

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

Shades of Light Blue #AED7EB

Tints of Light Blue #AED7EB

Color information

#AED7EB (or 0xAED7EB) is unknown color: approx Light Blue. HEX triplet: AE, D7 and EB. RGB value is (174,215,235). Sum of RGB (Red+Green+Blue) = 174+215+235=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #AED7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7EB is #512814. Grayscale: #CCCCCC. Windows color (decimal): -5318677 or 15456174. OLE color: 15456174.

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

Color convert

RGB174215235-
CMYK0.260.0900.08
HSL199.67º60.4%80.2%-
HSV(B)199.67º25.96%92.16%-
XYZ56.7563.687.88-
YUV205.02144.92105.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=27.88%
G=34.46%
B=37.66%

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
Decimal1742152350.260.0900.08199.6760.480.2
HexAED7EB1A908c83c50
Octal256327353321101031074120
Binary10101110110101111110101111010100101000110010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7EB; }

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

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

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

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

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

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

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

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