Shades of Powder Blue #AEDADB
Tints of Powder Blue #AEDADB
RGB
CMYK
RGB Variations
Color information
#AEDADB (or 0xAEDADB) is known color: Powder Blue. HEX triplet: AE, DA and DB. RGB value is (174,218,219). Sum of RGB (Red+Green+Blue) = 174+218+219=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADB is #512524. Grayscale: #CCCCCC. Windows color (decimal): -5317925 or 14408366. OLE color: 14408366.
HSL color Cylindrical-coordinate representation of color #AEDADB: hue angle of 181.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDADB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 218 | 219 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.14 |
| HSL | 181.33º | 0.38% | 0.77% | - |
| HSV(B) | 181.33º | 0.21% | 0.86% | - |
| XYZ | 55.31 | 64.26 | 76.51 | - |
| YUV | 204.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 219 | 0.21 | 0.00 | 0 | 0.14 | 181.33 | 0.38 | 0.77 |
| Hex | AE | DA | DB | 15 | 0 | 0 | E | B5 | 26 | 4D |
| Octal | 256 | 332 | 333 | 25 | 0 | 0 | 16 | 265 | 46 | 115 |
| Binary | 10101110 | 11011010 | 11011011 | 10101 | 0 | 0 | 1110 | 10110101 | 100110 | 1001101 |
Color Harmonies of #AEDADB
Complementary color
Monochromatic Colors of #AEDADB
Black with #AEDADB
Text Example
Text Example
White with #AEDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDADB; }
p { color: rgb(174,218,219); }
H1.HeaderClassName
{
color: #AEDADB;
}
.AnyTagClassName
{
color: #AEDADB;
}
</style>
background-color css
<style>
a { background-color: #AEDADB; }
a { background-color: rgb(174,218,219); }
div.DivClassName
{
background-color: #AEDADB;
}
.BgClassName
{
background-color: #AEDADB;
}
</style>
border-color css
<style>
span { border-color: #AEDADB; }
span { border-color: rgb(174,218,219); }
td.TdClassName
{
border-color: #AEDADB;
}
.TagClassName
{
border-color: #AEDADB;
}
</style>