Shades of Powder Blue #ADDAE2
Tints of Powder Blue #ADDAE2
RGB
CMYK
RGB Variations
Color information
#ADDAE2 (or 0xADDAE2) is known color: Powder Blue. HEX triplet: AD, DA and E2. RGB value is (173,218,226). Sum of RGB (Red+Green+Blue) = 173+218+226=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADDAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE2 is #52251D. Grayscale: #CDCDCD. Windows color (decimal): -5383454 or 14867117. OLE color: 14867117.
HSL color Cylindrical-coordinate representation of color #ADDAE2: hue angle of 189.06º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDAE2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 218 | 226 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.11 |
| HSL | 189.06º | 0.48% | 0.78% | - |
| HSV(B) | 189.06º | 0.23% | 0.89% | - |
| XYZ | 56.03 | 64.52 | 81.45 | - |
| YUV | 205.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 226 | 0.23 | 0.04 | 0 | 0.11 | 189.06 | 0.48 | 0.78 |
| Hex | AD | DA | E2 | 17 | 4 | 0 | B | BD | 30 | 4E |
| Octal | 255 | 332 | 342 | 27 | 4 | 0 | 13 | 275 | 60 | 116 |
| Binary | 10101101 | 11011010 | 11100010 | 10111 | 100 | 0 | 1011 | 10111101 | 110000 | 1001110 |
Color Harmonies of #ADDAE2
Complementary color
Monochromatic Colors of #ADDAE2
Black with #ADDAE2
Text Example
Text Example
White with #ADDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAE2; }
p { color: rgb(173,218,226); }
H1.HeaderClassName
{
color: #ADDAE2;
}
.AnyTagClassName
{
color: #ADDAE2;
}
</style>
background-color css
<style>
a { background-color: #ADDAE2; }
a { background-color: rgb(173,218,226); }
div.DivClassName
{
background-color: #ADDAE2;
}
.BgClassName
{
background-color: #ADDAE2;
}
</style>
border-color css
<style>
span { border-color: #ADDAE2; }
span { border-color: rgb(173,218,226); }
td.TdClassName
{
border-color: #ADDAE2;
}
.TagClassName
{
border-color: #ADDAE2;
}
</style>