#AED9E3

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

Shades of Light Blue #AED9E3

Tints of Light Blue #AED9E3

Color information

#AED9E3 (or 0xAED9E3) is unknown color: approx Light Blue. HEX triplet: AE, D9 and E3. RGB value is (174,217,227). Sum of RGB (Red+Green+Blue) = 174+217+227=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #AED9E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9E3 is #51261C. Grayscale: #CDCDCD. Windows color (decimal): -5318173 or 14932398. OLE color: 14932398.

HSL color Cylindrical-coordinate representation of color #AED9E3: hue angle of 191.32º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED9E3 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174217227-
CMYK0.230.0400.11
HSL191.32º48.62%78.63%-
HSV(B)191.32º23.35%89.02%-
XYZ56.1364.1782.1-
YUV205.28140.25105.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=28.16%
G=35.11%
B=36.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742172270.230.0400.11191.3248.6278.63
HexAED9E31740Bbf314f
Octal25633134327401327761117
Binary1010111011011001111000111011110001011101111111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9E3; }

 p { color: rgb(174,217,227); }

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

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

 a { background-color: rgb(174,217,227); }

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

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

 span { border-color: rgb(174,217,227); }

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