#AEDCF1

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

Shades of Light Blue #AEDCF1

Tints of Light Blue #AEDCF1

Color information

#AEDCF1 (or 0xAEDCF1) is unknown color: approx Light Blue. HEX triplet: AE, DC and F1. RGB value is (174,220,241). Sum of RGB (Red+Green+Blue) = 174+220+241=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF1 is #51230E. Grayscale: #D0D0D0. Windows color (decimal): -5317391 or 15850670. OLE color: 15850670.

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

Color convert

RGB174220241-
CMYK0.280.0900.05
HSL198.81º70.53%81.37%-
HSV(B)198.81º27.8%94.51%-
XYZ58.9366.5492.96-
YUV208.64146.26103.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=27.40%
G=34.65%
B=37.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742202410.280.0900.05198.8170.5381.37
HexAEDCF11C905c74751
Octal256334361341105307107121
Binary10101110110111001111000111100100101011100011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCF1; }

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

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

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

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

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

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

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

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