Shades of Powder Blue #ADDEE8
Tints of Powder Blue #ADDEE8
RGB
CMYK
RGB Variations
Color information
#ADDEE8 (or 0xADDEE8) is known color: Powder Blue. HEX triplet: AD, DE and E8. RGB value is (173,222,232). Sum of RGB (Red+Green+Blue) = 173+222+232=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEE8 is #522117. Grayscale: #D0D0D0. Windows color (decimal): -5382424 or 15261357. OLE color: 15261357.
HSL color Cylindrical-coordinate representation of color #ADDEE8: hue angle of 190.17º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDEE8 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 222 | 232 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.09 |
| HSL | 190.17º | 0.56% | 0.79% | - |
| HSV(B) | 190.17º | 0.25% | 0.91% | - |
| XYZ | 57.92 | 66.95 | 86.21 | - |
| YUV | 208.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 232 | 0.25 | 0.04 | 0 | 0.09 | 190.17 | 0.56 | 0.79 |
| Hex | AD | DE | E8 | 19 | 4 | 0 | 9 | BE | 38 | 4F |
| Octal | 255 | 336 | 350 | 31 | 4 | 0 | 11 | 276 | 70 | 117 |
| Binary | 10101101 | 11011110 | 11101000 | 11001 | 100 | 0 | 1001 | 10111110 | 111000 | 1001111 |
Color Harmonies of #ADDEE8
Complementary color
Monochromatic Colors of #ADDEE8
Black with #ADDEE8
Text Example
Text Example
White with #ADDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEE8; }
p { color: rgb(173,222,232); }
H1.HeaderClassName
{
color: #ADDEE8;
}
.AnyTagClassName
{
color: #ADDEE8;
}
</style>
background-color css
<style>
a { background-color: #ADDEE8; }
a { background-color: rgb(173,222,232); }
div.DivClassName
{
background-color: #ADDEE8;
}
.BgClassName
{
background-color: #ADDEE8;
}
</style>
border-color css
<style>
span { border-color: #ADDEE8; }
span { border-color: rgb(173,222,232); }
td.TdClassName
{
border-color: #ADDEE8;
}
.TagClassName
{
border-color: #ADDEE8;
}
</style>