#AEDBEB

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

Shades of Light Blue #AEDBEB

Tints of Light Blue #AEDBEB

Color information

#AEDBEB (or 0xAEDBEB) is unknown color: approx Light Blue. HEX triplet: AE, DB and EB. RGB value is (174,219,235). Sum of RGB (Red+Green+Blue) = 174+219+235=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEDBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBEB is #512414. Grayscale: #CFCFCF. Windows color (decimal): -5317653 or 15457198. OLE color: 15457198.

HSL color Cylindrical-coordinate representation of color #AEDBEB: hue angle of 195.74º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDBEB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174219235-
CMYK0.260.0700.08
HSL195.74º60.4%80.2%-
HSV(B)195.74º25.96%92.16%-
XYZ57.7865.6688.23-
YUV207.37143.59104.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=27.71%
G=34.87%
B=37.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742192350.260.0700.08195.7460.480.2
HexAEDBEB1A708c43c50
Octal25633335332701030474120
Binary1010111011011011111010111101011101000110001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBEB; }

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

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

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

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

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

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

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

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