#AEDAE9

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

Shades of Light Blue #AEDAE9

Tints of Light Blue #AEDAE9

Color information

#AEDAE9 (or 0xAEDAE9) is unknown color: approx Light Blue. HEX triplet: AE, DA and E9. RGB value is (174,218,233). Sum of RGB (Red+Green+Blue) = 174+218+233=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEDAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAE9 is #512516. Grayscale: #CECECE. Windows color (decimal): -5317911 or 15325870. OLE color: 15325870.

HSL color Cylindrical-coordinate representation of color #AEDAE9: hue angle of 195.25º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDAE9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174218233-
CMYK0.250.0600.09
HSL195.25º57.28%79.8%-
HSV(B)195.25º25.32%91.37%-
XYZ57.2365.0286.63-
YUV206.55142.92104.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=27.84%
G=34.88%
B=37.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742182330.250.0600.09195.2557.2879.8
HexAEDAE919609c33950
Octal25633235131601130371120
Binary1010111011011010111010011100111001001110000111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAE9; }

 p { color: rgb(174,218,233); }

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

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

 a { background-color: rgb(174,218,233); }

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

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

 span { border-color: rgb(174,218,233); }

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