#AEDBE6

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

Shades of Light Blue #AEDBE6

Tints of Light Blue #AEDBE6

Color information

#AEDBE6 (or 0xAEDBE6) is unknown color: approx Light Blue. HEX triplet: AE, DB and E6. RGB value is (174,219,230). Sum of RGB (Red+Green+Blue) = 174+219+230=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBE6 is #512419. Grayscale: #CECECE. Windows color (decimal): -5317658 or 15129518. OLE color: 15129518.

HSL color Cylindrical-coordinate representation of color #AEDBE6: hue angle of 191.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDBE6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174219230-
CMYK0.240.0500.10
HSL191.79º52.83%79.22%-
HSV(B)191.79º24.35%90.2%-
XYZ57.0765.3784.47-
YUV206.8141.09104.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=27.93%
G=35.15%
B=36.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742192300.240.0500.10191.7952.8379.22
HexAEDBE61850Ac0354f
Octal25633334630501230065117
Binary1010111011011011111001101100010101010110000001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBE6; }

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

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

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

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

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

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

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

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