#AEDBF4

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

Shades of Light Blue #AEDBF4

Tints of Light Blue #AEDBF4

Color information

#AEDBF4 (or 0xAEDBF4) is unknown color: approx Light Blue. HEX triplet: AE, DB and F4. RGB value is (174,219,244). Sum of RGB (Red+Green+Blue) = 174+219+244=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEDBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBF4 is #51240B. Grayscale: #D0D0D0. Windows color (decimal): -5317644 or 16047022. OLE color: 16047022.

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

Color convert

RGB174219244-
CMYK0.290.1000.04
HSL201.43º76.09%81.96%-
HSV(B)201.43º28.69%95.69%-
XYZ59.1266.1995.25-
YUV208.4148.09103.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 244 (95.70% from 255) = 38.30%
R=27.32%
G=34.38%
B=38.30%

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
Decimal1742192440.290.1000.04201.4376.0981.96
HexAEDBF41DA04c94c52
Octal256333364351204311114122
Binary10101110110110111111010011101101001001100100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBF4; }

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

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

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

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

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

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

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

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