#AEDAEB

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

Shades of Light Blue #AEDAEB

Tints of Light Blue #AEDAEB

Color information

#AEDAEB (or 0xAEDAEB) is unknown color: approx Light Blue. HEX triplet: AE, DA and EB. RGB value is (174,218,235). Sum of RGB (Red+Green+Blue) = 174+218+235=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEDAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAEB is #512514. Grayscale: #CECECE. Windows color (decimal): -5317909 or 15456942. OLE color: 15456942.

HSL color Cylindrical-coordinate representation of color #AEDAEB: hue angle of 196.72º 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 #AEDAEB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174218235-
CMYK0.260.0700.08
HSL196.72º60.4%80.2%-
HSV(B)196.72º25.96%92.16%-
XYZ57.5265.1488.14-
YUV206.78143.92104.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.75%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=27.75%
G=34.77%
B=37.48%

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
Decimal1742182350.260.0700.08196.7260.480.2
HexAEDAEB1A708c53c50
Octal25633235332701030574120
Binary1010111011011010111010111101011101000110001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAEB; }

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

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

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

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

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

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

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

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