Shades of Powder Blue #AEDFE0
Tints of Powder Blue #AEDFE0
RGB
CMYK
RGB Variations
Color information
#AEDFE0 (or 0xAEDFE0) is known color: Powder Blue. HEX triplet: AE, DF and E0. RGB value is (174,223,224). Sum of RGB (Red+Green+Blue) = 174+223+224=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFE0 is #51201F. Grayscale: #D0D0D0. Windows color (decimal): -5316640 or 14737326. OLE color: 14737326.
HSL color Cylindrical-coordinate representation of color #AEDFE0: hue angle of 181.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFE0 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 223 | 224 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.12 |
| HSL | 181.2º | 0.45% | 0.78% | - |
| HSV(B) | 181.2º | 0.22% | 0.88% | - |
| XYZ | 57.3 | 67.16 | 80.46 | - |
| YUV | 208.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 224 | 0.22 | 0.00 | 0 | 0.12 | 181.2 | 0.45 | 0.78 |
| Hex | AE | DF | E0 | 16 | 0 | 0 | C | B5 | 2D | 4E |
| Octal | 256 | 337 | 340 | 26 | 0 | 0 | 14 | 265 | 55 | 116 |
| Binary | 10101110 | 11011111 | 11100000 | 10110 | 0 | 0 | 1100 | 10110101 | 101101 | 1001110 |
Color Harmonies of #AEDFE0
Complementary color
Monochromatic Colors of #AEDFE0
Black with #AEDFE0
Text Example
Text Example
White with #AEDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFE0; }
p { color: rgb(174,223,224); }
H1.HeaderClassName
{
color: #AEDFE0;
}
.AnyTagClassName
{
color: #AEDFE0;
}
</style>
background-color css
<style>
a { background-color: #AEDFE0; }
a { background-color: rgb(174,223,224); }
div.DivClassName
{
background-color: #AEDFE0;
}
.BgClassName
{
background-color: #AEDFE0;
}
</style>
border-color css
<style>
span { border-color: #AEDFE0; }
span { border-color: rgb(174,223,224); }
td.TdClassName
{
border-color: #AEDFE0;
}
.TagClassName
{
border-color: #AEDFE0;
}
</style>