Shades of Powder Blue #ADDAE0
Tints of Powder Blue #ADDAE0
RGB
CMYK
RGB Variations
Color information
#ADDAE0 (or 0xADDAE0) is known color: Powder Blue. HEX triplet: AD, DA and E0. RGB value is (173,218,224). Sum of RGB (Red+Green+Blue) = 173+218+224=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE0 is #52251F. Grayscale: #CDCDCD. Windows color (decimal): -5383456 or 14736045. OLE color: 14736045.
HSL color Cylindrical-coordinate representation of color #ADDAE0: hue angle of 187.06º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDAE0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 218 | 224 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.12 |
| HSL | 187.06º | 0.45% | 0.78% | - |
| HSV(B) | 187.06º | 0.23% | 0.88% | - |
| XYZ | 55.76 | 64.41 | 80.01 | - |
| YUV | 205.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 224 | 0.23 | 0.03 | 0 | 0.12 | 187.06 | 0.45 | 0.78 |
| Hex | AD | DA | E0 | 17 | 3 | 0 | C | BB | 2D | 4E |
| Octal | 255 | 332 | 340 | 27 | 3 | 0 | 14 | 273 | 55 | 116 |
| Binary | 10101101 | 11011010 | 11100000 | 10111 | 11 | 0 | 1100 | 10111011 | 101101 | 1001110 |
Color Harmonies of #ADDAE0
Complementary color
Monochromatic Colors of #ADDAE0
Black with #ADDAE0
Text Example
Text Example
White with #ADDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAE0; }
p { color: rgb(173,218,224); }
H1.HeaderClassName
{
color: #ADDAE0;
}
.AnyTagClassName
{
color: #ADDAE0;
}
</style>
background-color css
<style>
a { background-color: #ADDAE0; }
a { background-color: rgb(173,218,224); }
div.DivClassName
{
background-color: #ADDAE0;
}
.BgClassName
{
background-color: #ADDAE0;
}
</style>
border-color css
<style>
span { border-color: #ADDAE0; }
span { border-color: rgb(173,218,224); }
td.TdClassName
{
border-color: #ADDAE0;
}
.TagClassName
{
border-color: #ADDAE0;
}
</style>