Shades of Powder Blue #AEDFE4
Tints of Powder Blue #AEDFE4
RGB
CMYK
RGB Variations
Color information
#AEDFE4 (or 0xAEDFE4) is known color: Powder Blue. HEX triplet: AE, DF and E4. RGB value is (174,223,228). Sum of RGB (Red+Green+Blue) = 174+223+228=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEDFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFE4 is #51201B. Grayscale: #D0D0D0. Windows color (decimal): -5316636 or 14999470. OLE color: 14999470.
HSL color Cylindrical-coordinate representation of color #AEDFE4: hue angle of 185.56º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDFE4 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 223 | 228 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.11 |
| HSL | 185.56º | 0.5% | 0.79% | - |
| HSV(B) | 185.56º | 0.24% | 0.89% | - |
| XYZ | 57.85 | 67.38 | 83.35 | - |
| YUV | 208.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 228 | 0.24 | 0.02 | 0 | 0.11 | 185.56 | 0.5 | 0.79 |
| Hex | AE | DF | E4 | 18 | 2 | 0 | B | BA | 32 | 4F |
| Octal | 256 | 337 | 344 | 30 | 2 | 0 | 13 | 272 | 62 | 117 |
| Binary | 10101110 | 11011111 | 11100100 | 11000 | 10 | 0 | 1011 | 10111010 | 110010 | 1001111 |
Color Harmonies of #AEDFE4
Complementary color
Monochromatic Colors of #AEDFE4
Black with #AEDFE4
Text Example
Text Example
White with #AEDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFE4; }
p { color: rgb(174,223,228); }
H1.HeaderClassName
{
color: #AEDFE4;
}
.AnyTagClassName
{
color: #AEDFE4;
}
</style>
background-color css
<style>
a { background-color: #AEDFE4; }
a { background-color: rgb(174,223,228); }
div.DivClassName
{
background-color: #AEDFE4;
}
.BgClassName
{
background-color: #AEDFE4;
}
</style>
border-color css
<style>
span { border-color: #AEDFE4; }
span { border-color: rgb(174,223,228); }
td.TdClassName
{
border-color: #AEDFE4;
}
.TagClassName
{
border-color: #AEDFE4;
}
</style>