#AEDAF2

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

Shades of Light Blue #AEDAF2

Tints of Light Blue #AEDAF2

Color information

#AEDAF2 (or 0xAEDAF2) is unknown color: approx Light Blue. HEX triplet: AE, DA and F2. RGB value is (174,218,242). Sum of RGB (Red+Green+Blue) = 174+218+242=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF2 is #51250D. Grayscale: #CFCFCF. Windows color (decimal): -5317902 or 15915694. OLE color: 15915694.

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

Color convert

RGB174218242-
CMYK0.280.1000.05
HSL201.18º72.34%81.57%-
HSV(B)201.18º28.1%94.9%-
XYZ58.5565.5593.57-
YUV207.58147.42104.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=27.44%
G=34.38%
B=38.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742182420.280.1000.05201.1872.3481.57
HexAEDAF21CA05c94852
Octal256332362341205311110122
Binary10101110110110101111001011100101001011100100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAF2; }

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

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

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

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

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

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

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

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