#AEDCF7

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

Shades of Light Blue #AEDCF7

Tints of Light Blue #AEDCF7

Color information

#AEDCF7 (or 0xAEDCF7) is unknown color: approx Light Blue. HEX triplet: AE, DC and F7. RGB value is (174,220,247). Sum of RGB (Red+Green+Blue) = 174+220+247=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF7 is #512308. Grayscale: #D1D1D1. Windows color (decimal): -5317385 or 16243886. OLE color: 16243886.

HSL color Cylindrical-coordinate representation of color #AEDCF7: hue angle of 202.19º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDCF7 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174220247-
CMYK0.300.1100.03
HSL202.19º82.02%82.55%-
HSV(B)202.19º29.55%96.86%-
XYZ59.8466.997.76-
YUV209.32149.26102.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=27.15%
G=34.32%
B=38.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742202470.300.1100.03202.1982.0282.55
HexAEDCF71EB03ca5253
Octal256334367361303312122123
Binary1010111011011100111101111111010110111100101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCF7; }

 p { color: rgb(174,220,247); }

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

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

 a { background-color: rgb(174,220,247); }

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

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

 span { border-color: rgb(174,220,247); }

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