#AEDBF1

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

Shades of Light Blue #AEDBF1

Tints of Light Blue #AEDBF1

Color information

#AEDBF1 (or 0xAEDBF1) is unknown color: approx Light Blue. HEX triplet: AE, DB and F1. RGB value is (174,219,241). Sum of RGB (Red+Green+Blue) = 174+219+241=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBF1 is #51240E. Grayscale: #CFCFCF. Windows color (decimal): -5317647 or 15850414. OLE color: 15850414.

HSL color Cylindrical-coordinate representation of color #AEDBF1: hue angle of 199.7º 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 #AEDBF1 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174219241-
CMYK0.280.0900.05
HSL199.7º70.53%81.37%-
HSV(B)199.7º27.8%94.51%-
XYZ58.6666.0192.87-
YUV208.05146.59103.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=27.44%
G=34.54%
B=38.01%

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
Decimal1742192410.280.0900.05199.770.5381.37
HexAEDBF11C905c84751
Octal256333361341105310107121
Binary10101110110110111111000111100100101011100100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBF1; }

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

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

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

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

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

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

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

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