#AEDFDD

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

Shades of Powder Blue #AEDFDD

Tints of Powder Blue #AEDFDD

Color information

#AEDFDD (or 0xAEDFDD) is unknown color: approx Powder Blue. HEX triplet: AE, DF and DD. RGB value is (174,223,221). Sum of RGB (Red+Green+Blue) = 174+223+221=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDD is #512022. Grayscale: #D0D0D0. Windows color (decimal): -5316643 or 14540718. OLE color: 14540718.

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

Color convert

RGB174223221-
CMYK0.2200.010.13
HSL177.55º43.36%77.84%-
HSV(B)177.55º21.97%87.45%-
XYZ56.8966.9978.34-
YUV208.12135.27103.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=28.16%
G=36.08%
B=35.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742232210.2200.010.13177.5543.3677.84
HexAEDFDD1601Db22b4e
Octal25633733526011526253116
Binary10101110110111111101110110110011101101100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFDD; }

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

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

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

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

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

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

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

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