Shades of Powder Blue #AED6DB
Tints of Powder Blue #AED6DB
RGB
CMYK
RGB Variations
Color information
#AED6DB (or 0xAED6DB) is known color: Powder Blue. HEX triplet: AE, D6 and DB. RGB value is (174,214,219). Sum of RGB (Red+Green+Blue) = 174+214+219=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6DB is #512924. Grayscale: #CACACA. Windows color (decimal): -5318949 or 14407342. OLE color: 14407342.
HSL color Cylindrical-coordinate representation of color #AED6DB: hue angle of 186.67º 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 #AED6DB is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 214 | 219 | - |
CMYK | 0.21 | 0.02 | 0 | 0.14 |
HSL | 186.67º | 0.38% | 0.77% | - |
HSV(B) | 186.67º | 0.21% | 0.86% | - |
XYZ | 54.29 | 62.21 | 76.16 | - |
YUV | 202.61 | 137.25 | 107.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 214 | 219 | 0.21 | 0.02 | 0 | 0.14 | 186.67 | 0.38 | 0.77 |
Hex | AE | D6 | DB | 15 | 2 | 0 | E | BB | 26 | 4D |
Octal | 256 | 326 | 333 | 25 | 2 | 0 | 16 | 273 | 46 | 115 |
Binary | 10101110 | 11010110 | 11011011 | 10101 | 10 | 0 | 1110 | 10111011 | 100110 | 1001101 |
Color Harmonies of #AED6DB
Complementary color
Monochromatic Colors of #AED6DB
Black with #AED6DB
Text Example
Text Example
White with #AED6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6DB; }
p { color: rgb(174,214,219); }
H1.HeaderClassName
{
color: #AED6DB;
}
.AnyTagClassName
{
color: #AED6DB;
}
</style>
background-color css
<style>
a { background-color: #AED6DB; }
a { background-color: rgb(174,214,219); }
div.DivClassName
{
background-color: #AED6DB;
}
.BgClassName
{
background-color: #AED6DB;
}
</style>
border-color css
<style>
span { border-color: #AED6DB; }
span { border-color: rgb(174,214,219); }
td.TdClassName
{
border-color: #AED6DB;
}
.TagClassName
{
border-color: #AED6DB;
}
</style>