#AEDDF5

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

Shades of Light Blue #AEDDF5

Tints of Light Blue #AEDDF5

Color information

#AEDDF5 (or 0xAEDDF5) is unknown color: approx Light Blue. HEX triplet: AE, DD and F5. RGB value is (174,221,245). Sum of RGB (Red+Green+Blue) = 174+221+245=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF5 is #51220A. Grayscale: #D1D1D1. Windows color (decimal): -5317131 or 16113070. OLE color: 16113070.

HSL color Cylindrical-coordinate representation of color #AEDDF5: hue angle of 200.28º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDDF5 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174221245-
CMYK0.290.1000.04
HSL200.28º78.02%82.16%-
HSV(B)200.28º28.98%96.08%-
XYZ59.7967.396.23-
YUV209.68147.93102.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=27.19%
G=34.53%
B=38.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742212450.290.1000.04200.2878.0282.16
HexAEDDF51DA04c84e52
Octal256335365351204310116122
Binary10101110110111011111010111101101001001100100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDF5; }

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

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

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

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

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

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

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

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