#AED9EB

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

Shades of Light Blue #AED9EB

Tints of Light Blue #AED9EB

Color information

#AED9EB (or 0xAED9EB) is unknown color: approx Light Blue. HEX triplet: AE, D9 and EB. RGB value is (174,217,235). Sum of RGB (Red+Green+Blue) = 174+217+235=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #AED9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9EB is #512614. Grayscale: #CECECE. Windows color (decimal): -5318165 or 15456686. OLE color: 15456686.

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

Color convert

RGB174217235-
CMYK0.260.0800.08
HSL197.7º60.4%80.2%-
HSV(B)197.7º25.96%92.16%-
XYZ57.2664.6288.05-
YUV206.19144.25105.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.80%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=27.80%
G=34.66%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742172350.260.0800.08197.760.480.2
HexAED9EB1A808c63c50
Octal256331353321001030674120
Binary10101110110110011110101111010100001000110001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9EB; }

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

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

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

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

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

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

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

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