#AED8E2

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

Shades of Light Blue #AED8E2

Tints of Light Blue #AED8E2

Color information

#AED8E2 (or 0xAED8E2) is unknown color: approx Light Blue. HEX triplet: AE, D8 and E2. RGB value is (174,216,226). Sum of RGB (Red+Green+Blue) = 174+216+226=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #AED8E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8E2 is #51271D. Grayscale: #CCCCCC. Windows color (decimal): -5318430 or 14866606. OLE color: 14866606.

HSL color Cylindrical-coordinate representation of color #AED8E2: hue angle of 191.54º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED8E2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174216226-
CMYK0.230.0400.11
HSL191.54º47.27%78.43%-
HSV(B)191.54º23.01%88.63%-
XYZ55.7463.681.29-
YUV204.58140.09106.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 216 (84.77% from 255) = 35.06%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=28.25%
G=35.06%
B=36.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742162260.230.0400.11191.5447.2778.43
HexAED8E21740Bc02f4e
Octal25633034227401330057116
Binary1010111011011000111000101011110001011110000001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8E2; }

 p { color: rgb(174,216,226); }

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

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

 a { background-color: rgb(174,216,226); }

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

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

 span { border-color: rgb(174,216,226); }

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