Shades of Powder Blue #AEDFEB
Tints of Powder Blue #AEDFEB
RGB
CMYK
RGB Variations
Color information
#AEDFEB (or 0xAEDFEB) is known color: Powder Blue. HEX triplet: AE, DF and EB. RGB value is (174,223,235). Sum of RGB (Red+Green+Blue) = 174+223+235=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFEB is #512014. Grayscale: #D1D1D1. Windows color (decimal): -5316629 or 15458222. OLE color: 15458222.
HSL color Cylindrical-coordinate representation of color #AEDFEB: hue angle of 191.8º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDFEB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 223 | 235 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.08 |
| HSL | 191.8º | 0.6% | 0.8% | - |
| HSV(B) | 191.8º | 0.26% | 0.92% | - |
| XYZ | 58.84 | 67.77 | 88.58 | - |
| YUV | 209.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 235 | 0.26 | 0.05 | 0 | 0.08 | 191.8 | 0.6 | 0.8 |
| Hex | AE | DF | EB | 1A | 5 | 0 | 8 | C0 | 3C | 50 |
| Octal | 256 | 337 | 353 | 32 | 5 | 0 | 10 | 300 | 74 | 120 |
| Binary | 10101110 | 11011111 | 11101011 | 11010 | 101 | 0 | 1000 | 11000000 | 111100 | 1010000 |
Color Harmonies of #AEDFEB
Complementary color
Monochromatic Colors of #AEDFEB
Black with #AEDFEB
Text Example
Text Example
White with #AEDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFEB; }
p { color: rgb(174,223,235); }
H1.HeaderClassName
{
color: #AEDFEB;
}
.AnyTagClassName
{
color: #AEDFEB;
}
</style>
background-color css
<style>
a { background-color: #AEDFEB; }
a { background-color: rgb(174,223,235); }
div.DivClassName
{
background-color: #AEDFEB;
}
.BgClassName
{
background-color: #AEDFEB;
}
</style>
border-color css
<style>
span { border-color: #AEDFEB; }
span { border-color: rgb(174,223,235); }
td.TdClassName
{
border-color: #AEDFEB;
}
.TagClassName
{
border-color: #AEDFEB;
}
</style>