#AEDCF4

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

Shades of Light Blue #AEDCF4

Tints of Light Blue #AEDCF4

Color information

#AEDCF4 (or 0xAEDCF4) is unknown color: approx Light Blue. HEX triplet: AE, DC and F4. RGB value is (174,220,244). Sum of RGB (Red+Green+Blue) = 174+220+244=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEDCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF4 is #51230B. Grayscale: #D0D0D0. Windows color (decimal): -5317388 or 16047278. OLE color: 16047278.

HSL color Cylindrical-coordinate representation of color #AEDCF4: hue angle of 200.57º degrees, saturation: 0.76, 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 #AEDCF4 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174220244-
CMYK0.290.1000.04
HSL200.57º76.09%81.96%-
HSV(B)200.57º28.69%95.69%-
XYZ59.3866.7295.34-
YUV208.98147.76103.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 244 (95.70% from 255) = 38.24%
R=27.27%
G=34.48%
B=38.24%

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
Decimal1742202440.290.1000.04200.5776.0981.96
HexAEDCF41DA04c94c52
Octal256334364351204311114122
Binary10101110110111001111010011101101001001100100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCF4; }

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

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

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

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

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

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

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

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