#AEDDF1

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

Shades of Light Blue #AEDDF1

Tints of Light Blue #AEDDF1

Color information

#AEDDF1 (or 0xAEDDF1) is unknown color: approx Light Blue. HEX triplet: AE, DD and F1. RGB value is (174,221,241). Sum of RGB (Red+Green+Blue) = 174+221+241=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF1 is #51220E. Grayscale: #D1D1D1. Windows color (decimal): -5317135 or 15850926. OLE color: 15850926.

HSL color Cylindrical-coordinate representation of color #AEDDF1: hue angle of 197.91º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDDF1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174221241-
CMYK0.280.0800.05
HSL197.91º70.53%81.37%-
HSV(B)197.91º27.8%94.51%-
XYZ59.1967.0693.04-
YUV209.23145.93102.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=27.36%
G=34.75%
B=37.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742212410.280.0800.05197.9170.5381.37
HexAEDDF11C805c64751
Octal256335361341005306107121
Binary10101110110111011111000111100100001011100011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDF1; }

 p { color: rgb(174,221,241); }

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

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

 a { background-color: rgb(174,221,241); }

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

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

 span { border-color: rgb(174,221,241); }

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