Shades of Powder Blue #AEDADF
Tints of Powder Blue #AEDADF
RGB
CMYK
RGB Variations
Color information
#AEDADF (or 0xAEDADF) is known color: Powder Blue. HEX triplet: AE, DA and DF. RGB value is (174,218,223). Sum of RGB (Red+Green+Blue) = 174+218+223=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADF is #512520. Grayscale: #CDCDCD. Windows color (decimal): -5317921 or 14670510. OLE color: 14670510.
HSL color Cylindrical-coordinate representation of color #AEDADF: hue angle of 186.12º 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 #AEDADF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 218 | 223 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.13 |
| HSL | 186.12º | 0.43% | 0.78% | - |
| HSV(B) | 186.12º | 0.22% | 0.87% | - |
| XYZ | 55.85 | 64.47 | 79.31 | - |
| YUV | 205.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 223 | 0.22 | 0.02 | 0 | 0.13 | 186.12 | 0.43 | 0.78 |
| Hex | AE | DA | DF | 16 | 2 | 0 | D | BA | 2B | 4E |
| Octal | 256 | 332 | 337 | 26 | 2 | 0 | 15 | 272 | 53 | 116 |
| Binary | 10101110 | 11011010 | 11011111 | 10110 | 10 | 0 | 1101 | 10111010 | 101011 | 1001110 |
Color Harmonies of #AEDADF
Complementary color
Monochromatic Colors of #AEDADF
Black with #AEDADF
Text Example
Text Example
White with #AEDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDADF; }
p { color: rgb(174,218,223); }
H1.HeaderClassName
{
color: #AEDADF;
}
.AnyTagClassName
{
color: #AEDADF;
}
</style>
background-color css
<style>
a { background-color: #AEDADF; }
a { background-color: rgb(174,218,223); }
div.DivClassName
{
background-color: #AEDADF;
}
.BgClassName
{
background-color: #AEDADF;
}
</style>
border-color css
<style>
span { border-color: #AEDADF; }
span { border-color: rgb(174,218,223); }
td.TdClassName
{
border-color: #AEDADF;
}
.TagClassName
{
border-color: #AEDADF;
}
</style>