#AED3DE

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

Shades of Light Blue #AED3DE

Tints of Light Blue #AED3DE

Color information

#AED3DE (or 0xAED3DE) is unknown color: approx Light Blue. HEX triplet: AE, D3 and DE. RGB value is (174,211,222). Sum of RGB (Red+Green+Blue) = 174+211+222=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3DE is #512C21. Grayscale: #C9C9C9. Windows color (decimal): -5319714 or 14603182. OLE color: 14603182.

HSL color Cylindrical-coordinate representation of color #AED3DE: hue angle of 193.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED3DE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174211222-
CMYK0.220.0500.13
HSL193.75º42.11%77.65%-
HSV(B)193.75º21.62%87.06%-
XYZ53.9360.8678.01-
YUV201.19139.74108.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 211 (82.81% from 255) = 34.76%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=28.67%
G=34.76%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742112220.220.0500.13193.7542.1177.65
HexAED3DE1650Dc22a4e
Octal25632333626501530252116
Binary1010111011010011110111101011010101101110000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3DE; }

 p { color: rgb(174,211,222); }

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

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

 a { background-color: rgb(174,211,222); }

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

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

 span { border-color: rgb(174,211,222); }

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