Shades of Powder Blue #AADFE4
Tints of Powder Blue #AADFE4
RGB
CMYK
RGB Variations
Color information
#AADFE4 (or 0xAADFE4) is known color: Powder Blue. HEX triplet: AA, DF and E4. RGB value is (170,223,228). Sum of RGB (Red+Green+Blue) = 170+223+228=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #AADFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE4 is #55201B. Grayscale: #CFCFCF. Windows color (decimal): -5578780 or 14999466. OLE color: 14999466.
HSL color Cylindrical-coordinate representation of color #AADFE4: hue angle of 185.17º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADFE4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 223 | 228 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.11 |
| HSL | 185.17º | 0.52% | 0.78% | - |
| HSV(B) | 185.17º | 0.25% | 0.89% | - |
| XYZ | 56.97 | 66.92 | 83.31 | - |
| YUV | 207.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 228 | 0.25 | 0.02 | 0 | 0.11 | 185.17 | 0.52 | 0.78 |
| Hex | AA | DF | E4 | 19 | 2 | 0 | B | B9 | 34 | 4E |
| Octal | 252 | 337 | 344 | 31 | 2 | 0 | 13 | 271 | 64 | 116 |
| Binary | 10101010 | 11011111 | 11100100 | 11001 | 10 | 0 | 1011 | 10111001 | 110100 | 1001110 |
Color Harmonies of #AADFE4
Complementary color
Monochromatic Colors of #AADFE4
Black with #AADFE4
Text Example
Text Example
White with #AADFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFE4; }
p { color: rgb(170,223,228); }
H1.HeaderClassName
{
color: #AADFE4;
}
.AnyTagClassName
{
color: #AADFE4;
}
</style>
background-color css
<style>
a { background-color: #AADFE4; }
a { background-color: rgb(170,223,228); }
div.DivClassName
{
background-color: #AADFE4;
}
.BgClassName
{
background-color: #AADFE4;
}
</style>
border-color css
<style>
span { border-color: #AADFE4; }
span { border-color: rgb(170,223,228); }
td.TdClassName
{
border-color: #AADFE4;
}
.TagClassName
{
border-color: #AADFE4;
}
</style>