Shades of Powder Blue #AEDFDF
Tints of Powder Blue #AEDFDF
RGB
CMYK
RGB Variations
Color information
#AEDFDF (or 0xAEDFDF) is known color: Powder Blue. HEX triplet: AE, DF and DF. RGB value is (174,223,223). Sum of RGB (Red+Green+Blue) = 174+223+223=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #AEDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDF is #512020. Grayscale: #D0D0D0. Windows color (decimal): -5316641 or 14671790. OLE color: 14671790.
HSL color Cylindrical-coordinate representation of color #AEDFDF: hue angle of 180º 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 #AEDFDF is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 223 | - |
| CMYK | 0.22 | 0 | 0 | 0.13 |
| HSL | 180º | 0.43% | 0.78% | - |
| HSV(B) | 180º | 0.22% | 0.87% | - |
| XYZ | 57.16 | 67.1 | 79.75 | - |
| YUV | 208.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 223 | 0.22 | 0 | 0 | 0.13 | 180 | 0.43 | 0.78 |
| Hex | AE | DF | DF | 16 | 0 | 0 | D | B4 | 2B | 4E |
| Octal | 256 | 337 | 337 | 26 | 0 | 0 | 15 | 264 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11011111 | 10110 | 0 | 0 | 1101 | 10110100 | 101011 | 1001110 |
Color Harmonies of #AEDFDF
Complementary color
Monochromatic Colors of #AEDFDF
Black with #AEDFDF
Text Example
Text Example
White with #AEDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFDF; }
p { color: rgb(174,223,223); }
H1.HeaderClassName
{
color: #AEDFDF;
}
.AnyTagClassName
{
color: #AEDFDF;
}
</style>
background-color css
<style>
a { background-color: #AEDFDF; }
a { background-color: rgb(174,223,223); }
div.DivClassName
{
background-color: #AEDFDF;
}
.BgClassName
{
background-color: #AEDFDF;
}
</style>
border-color css
<style>
span { border-color: #AEDFDF; }
span { border-color: rgb(174,223,223); }
td.TdClassName
{
border-color: #AEDFDF;
}
.TagClassName
{
border-color: #AEDFDF;
}
</style>