#AEDBF0

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

Shades of Light Blue #AEDBF0

Tints of Light Blue #AEDBF0

Color information

#AEDBF0 (or 0xAEDBF0) is unknown color: approx Light Blue. HEX triplet: AE, DB and F0. RGB value is (174,219,240). Sum of RGB (Red+Green+Blue) = 174+219+240=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBF0 is #51240F. Grayscale: #CFCFCF. Windows color (decimal): -5317648 or 15784878. OLE color: 15784878.

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

Color convert

RGB174219240-
CMYK0.280.0900.06
HSL199.09º68.75%81.18%-
HSV(B)199.09º27.5%94.12%-
XYZ58.5265.9592.08-
YUV207.94146.09103.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=27.49%
G=34.60%
B=37.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742192400.280.0900.06199.0968.7581.18
HexAEDBF01C906c74551
Octal256333360341106307105121
Binary10101110110110111111000011100100101101100011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBF0; }

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

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

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

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

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

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

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

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