Shades of Powder Blue #AADFE6
Tints of Powder Blue #AADFE6
RGB
CMYK
RGB Variations
Color information
#AADFE6 (or 0xAADFE6) is known color: Powder Blue. HEX triplet: AA, DF and E6. RGB value is (170,223,230). Sum of RGB (Red+Green+Blue) = 170+223+230=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #AADFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFE6 is #552019. Grayscale: #CFCFCF. Windows color (decimal): -5578778 or 15130538. OLE color: 15130538.
HSL color Cylindrical-coordinate representation of color #AADFE6: hue angle of 187º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADFE6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 223 | 230 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.10 |
| HSL | 187º | 0.55% | 0.78% | - |
| HSV(B) | 187º | 0.26% | 0.9% | - |
| XYZ | 57.25 | 67.03 | 84.78 | - |
| YUV | 207.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 230 | 0.26 | 0.03 | 0 | 0.10 | 187 | 0.55 | 0.78 |
| Hex | AA | DF | E6 | 1A | 3 | 0 | A | BB | 37 | 4E |
| Octal | 252 | 337 | 346 | 32 | 3 | 0 | 12 | 273 | 67 | 116 |
| Binary | 10101010 | 11011111 | 11100110 | 11010 | 11 | 0 | 1010 | 10111011 | 110111 | 1001110 |
Color Harmonies of #AADFE6
Complementary color
Monochromatic Colors of #AADFE6
Black with #AADFE6
Text Example
Text Example
White with #AADFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFE6; }
p { color: rgb(170,223,230); }
H1.HeaderClassName
{
color: #AADFE6;
}
.AnyTagClassName
{
color: #AADFE6;
}
</style>
background-color css
<style>
a { background-color: #AADFE6; }
a { background-color: rgb(170,223,230); }
div.DivClassName
{
background-color: #AADFE6;
}
.BgClassName
{
background-color: #AADFE6;
}
</style>
border-color css
<style>
span { border-color: #AADFE6; }
span { border-color: rgb(170,223,230); }
td.TdClassName
{
border-color: #AADFE6;
}
.TagClassName
{
border-color: #AADFE6;
}
</style>