#AEDADF

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

Shades of Powder Blue #AEDADF

Tints of Powder Blue #AEDADF

Color information

#AEDADF (or 0xAEDADF) is unknown color: approx Powder Blue. HEX triplet: AE, DA and DF. RGB value is (174,218,223). Sum of RGB (Red+Green+Blue) = 174+218+223=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADF is #512520. Grayscale: #CDCDCD. Windows color (decimal): -5317921 or 14670510. OLE color: 14670510.

HSL color Cylindrical-coordinate representation of color #AEDADF: hue angle of 186.12º degrees, saturation: 0.43, 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 #AEDADF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174218223-
CMYK0.220.0200.13
HSL186.12º43.36%77.84%-
HSV(B)186.12º21.97%87.45%-
XYZ55.8564.4779.31-
YUV205.41137.92105.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=28.29%
G=35.45%
B=36.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742182230.220.0200.13186.1243.3677.84
HexAEDADF1620Dba2b4e
Octal25633233726201527253116
Binary101011101101101011011111101101001101101110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDADF; }

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

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

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

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

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

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

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

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