Shades of Powder Blue #ADDDE3
Tints of Powder Blue #ADDDE3
RGB
CMYK
RGB Variations
Color information
#ADDDE3 (or 0xADDDE3) is known color: Powder Blue. HEX triplet: AD, DD and E3. RGB value is (173,221,227). Sum of RGB (Red+Green+Blue) = 173+221+227=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADDDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDE3 is #52221C. Grayscale: #CFCFCF. Windows color (decimal): -5382685 or 14933421. OLE color: 14933421.
HSL color Cylindrical-coordinate representation of color #ADDDE3: hue angle of 186.67º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDDE3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 221 | 227 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.11 |
| HSL | 186.67º | 0.49% | 0.78% | - |
| HSV(B) | 186.67º | 0.24% | 0.89% | - |
| XYZ | 56.96 | 66.14 | 82.44 | - |
| YUV | 207.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 227 | 0.24 | 0.03 | 0 | 0.11 | 186.67 | 0.49 | 0.78 |
| Hex | AD | DD | E3 | 18 | 3 | 0 | B | BB | 31 | 4E |
| Octal | 255 | 335 | 343 | 30 | 3 | 0 | 13 | 273 | 61 | 116 |
| Binary | 10101101 | 11011101 | 11100011 | 11000 | 11 | 0 | 1011 | 10111011 | 110001 | 1001110 |
Color Harmonies of #ADDDE3
Complementary color
Monochromatic Colors of #ADDDE3
Black with #ADDDE3
Text Example
Text Example
White with #ADDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDE3; }
p { color: rgb(173,221,227); }
H1.HeaderClassName
{
color: #ADDDE3;
}
.AnyTagClassName
{
color: #ADDDE3;
}
</style>
background-color css
<style>
a { background-color: #ADDDE3; }
a { background-color: rgb(173,221,227); }
div.DivClassName
{
background-color: #ADDDE3;
}
.BgClassName
{
background-color: #ADDDE3;
}
</style>
border-color css
<style>
span { border-color: #ADDDE3; }
span { border-color: rgb(173,221,227); }
td.TdClassName
{
border-color: #ADDDE3;
}
.TagClassName
{
border-color: #ADDDE3;
}
</style>