#AEDAF0

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

Shades of Light Blue #AEDAF0

Tints of Light Blue #AEDAF0

Color information

#AEDAF0 (or 0xAEDAF0) is unknown color: approx Light Blue. HEX triplet: AE, DA and F0. RGB value is (174,218,240). Sum of RGB (Red+Green+Blue) = 174+218+240=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF0 is #51250F. Grayscale: #CFCFCF. Windows color (decimal): -5317904 or 15784622. OLE color: 15784622.

HSL color Cylindrical-coordinate representation of color #AEDAF0: hue angle of 200º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDAF0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174218240-
CMYK0.280.0900.06
HSL200º68.75%81.18%-
HSV(B)200º27.5%94.12%-
XYZ58.2665.4392-
YUV207.35146.42104.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=27.53%
G=34.49%
B=37.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742182400.280.0900.0620068.7581.18
HexAEDAF01C906c84551
Octal256332360341106310105121
Binary10101110110110101111000011100100101101100100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAF0; }

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

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

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

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

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

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

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

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