#AEDBF5

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

Shades of Light Blue #AEDBF5

Tints of Light Blue #AEDBF5

Color information

#AEDBF5 (or 0xAEDBF5) is unknown color: approx Light Blue. HEX triplet: AE, DB and F5. RGB value is (174,219,245). Sum of RGB (Red+Green+Blue) = 174+219+245=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBF5 is #51240A. Grayscale: #D0D0D0. Windows color (decimal): -5317643 or 16112558. OLE color: 16112558.

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

Color convert

RGB174219245-
CMYK0.290.1100.04
HSL201.97º78.02%82.16%-
HSV(B)201.97º28.98%96.08%-
XYZ59.2766.2596.05-
YUV208.51148.59103.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=27.27%
G=34.33%
B=38.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742192450.290.1100.04201.9778.0282.16
HexAEDBF51DB04ca4e52
Octal256333365351304312116122
Binary10101110110110111111010111101101101001100101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBF5; }

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

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

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

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

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

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

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

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