Shades of Powder Blue #AED8DF
Tints of Powder Blue #AED8DF
RGB
CMYK
RGB Variations
Color information
#AED8DF (or 0xAED8DF) is known color: Powder Blue. HEX triplet: AE, D8 and DF. RGB value is (174,216,223). Sum of RGB (Red+Green+Blue) = 174+216+223=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8DF is #512720. Grayscale: #CCCCCC. Windows color (decimal): -5318433 or 14669998. OLE color: 14669998.
HSL color Cylindrical-coordinate representation of color #AED8DF: hue angle of 188.57º 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 #AED8DF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 216 | 223 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.13 |
| HSL | 188.57º | 0.43% | 0.78% | - |
| HSV(B) | 188.57º | 0.22% | 0.87% | - |
| XYZ | 55.33 | 63.44 | 79.14 | - |
| YUV | 204.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 223 | 0.22 | 0.03 | 0 | 0.13 | 188.57 | 0.43 | 0.78 |
| Hex | AE | D8 | DF | 16 | 3 | 0 | D | BD | 2B | 4E |
| Octal | 256 | 330 | 337 | 26 | 3 | 0 | 15 | 275 | 53 | 116 |
| Binary | 10101110 | 11011000 | 11011111 | 10110 | 11 | 0 | 1101 | 10111101 | 101011 | 1001110 |
Color Harmonies of #AED8DF
Complementary color
Monochromatic Colors of #AED8DF
Black with #AED8DF
Text Example
Text Example
White with #AED8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8DF; }
p { color: rgb(174,216,223); }
H1.HeaderClassName
{
color: #AED8DF;
}
.AnyTagClassName
{
color: #AED8DF;
}
</style>
background-color css
<style>
a { background-color: #AED8DF; }
a { background-color: rgb(174,216,223); }
div.DivClassName
{
background-color: #AED8DF;
}
.BgClassName
{
background-color: #AED8DF;
}
</style>
border-color css
<style>
span { border-color: #AED8DF; }
span { border-color: rgb(174,216,223); }
td.TdClassName
{
border-color: #AED8DF;
}
.TagClassName
{
border-color: #AED8DF;
}
</style>