Shades of Powder Blue #AED8DB
Tints of Powder Blue #AED8DB
RGB
CMYK
RGB Variations
Color information
#AED8DB (or 0xAED8DB) is known color: Powder Blue. HEX triplet: AE, D8 and DB. RGB value is (174,216,219). Sum of RGB (Red+Green+Blue) = 174+216+219=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8DB is #512724. Grayscale: #CBCBCB. Windows color (decimal): -5318437 or 14407854. OLE color: 14407854.
HSL color Cylindrical-coordinate representation of color #AED8DB: hue angle of 184º 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 #AED8DB is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 216 | 219 | - |
CMYK | 0.21 | 0.01 | 0 | 0.14 |
HSL | 184º | 0.38% | 0.77% | - |
HSV(B) | 184º | 0.21% | 0.86% | - |
XYZ | 54.8 | 63.22 | 76.33 | - |
YUV | 203.78 | 136.59 | 106.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 216 | 219 | 0.21 | 0.01 | 0 | 0.14 | 184 | 0.38 | 0.77 |
Hex | AE | D8 | DB | 15 | 1 | 0 | E | B8 | 26 | 4D |
Octal | 256 | 330 | 333 | 25 | 1 | 0 | 16 | 270 | 46 | 115 |
Binary | 10101110 | 11011000 | 11011011 | 10101 | 1 | 0 | 1110 | 10111000 | 100110 | 1001101 |
Color Harmonies of #AED8DB
Complementary color
Monochromatic Colors of #AED8DB
Black with #AED8DB
Text Example
Text Example
White with #AED8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8DB; }
p { color: rgb(174,216,219); }
H1.HeaderClassName
{
color: #AED8DB;
}
.AnyTagClassName
{
color: #AED8DB;
}
</style>
background-color css
<style>
a { background-color: #AED8DB; }
a { background-color: rgb(174,216,219); }
div.DivClassName
{
background-color: #AED8DB;
}
.BgClassName
{
background-color: #AED8DB;
}
</style>
border-color css
<style>
span { border-color: #AED8DB; }
span { border-color: rgb(174,216,219); }
td.TdClassName
{
border-color: #AED8DB;
}
.TagClassName
{
border-color: #AED8DB;
}
</style>