Shades of Powder Blue #AEDFDD
Tints of Powder Blue #AEDFDD
RGB
CMYK
RGB Variations
Color information
#AEDFDD (or 0xAEDFDD) is known color: 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
| RGB | 174 | 223 | 221 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.13 |
| HSL | 177.55º | 0.43% | 0.78% | - |
| HSV(B) | 177.55º | 0.22% | 0.87% | - |
| XYZ | 56.89 | 66.99 | 78.34 | - |
| YUV | 208.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 221 | 0.22 | 0 | 0.01 | 0.13 | 177.55 | 0.43 | 0.78 |
| Hex | AE | DF | DD | 16 | 0 | 1 | D | B2 | 2B | 4E |
| Octal | 256 | 337 | 335 | 26 | 0 | 1 | 15 | 262 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11011101 | 10110 | 0 | 1 | 1101 | 10110010 | 101011 | 1001110 |
Color Harmonies of #AEDFDD
Complementary color
Monochromatic Colors of #AEDFDD
Black with #AEDFDD
Text Example
Text Example
White with #AEDFDD
Text Example
Text Example
HTML Codes & Css Web 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>