Shades of Powder Blue #ADDCE5
Tints of Powder Blue #ADDCE5
RGB
CMYK
RGB Variations
Color information
#ADDCE5 (or 0xADDCE5) is known color: Powder Blue. HEX triplet: AD, DC and E5. RGB value is (173,220,229). Sum of RGB (Red+Green+Blue) = 173+220+229=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADDCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCE5 is #52231A. Grayscale: #CECECE. Windows color (decimal): -5382939 or 15064237. OLE color: 15064237.
HSL color Cylindrical-coordinate representation of color #ADDCE5: hue angle of 189.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDCE5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 220 | 229 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.10 |
| HSL | 189.64º | 0.52% | 0.79% | - |
| HSV(B) | 189.64º | 0.24% | 0.9% | - |
| XYZ | 56.97 | 65.73 | 83.81 | - |
| YUV | 206.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 229 | 0.24 | 0.04 | 0 | 0.10 | 189.64 | 0.52 | 0.79 |
| Hex | AD | DC | E5 | 18 | 4 | 0 | A | BE | 34 | 4F |
| Octal | 255 | 334 | 345 | 30 | 4 | 0 | 12 | 276 | 64 | 117 |
| Binary | 10101101 | 11011100 | 11100101 | 11000 | 100 | 0 | 1010 | 10111110 | 110100 | 1001111 |
Color Harmonies of #ADDCE5
Complementary color
Monochromatic Colors of #ADDCE5
Black with #ADDCE5
Text Example
Text Example
White with #ADDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCE5; }
p { color: rgb(173,220,229); }
H1.HeaderClassName
{
color: #ADDCE5;
}
.AnyTagClassName
{
color: #ADDCE5;
}
</style>
background-color css
<style>
a { background-color: #ADDCE5; }
a { background-color: rgb(173,220,229); }
div.DivClassName
{
background-color: #ADDCE5;
}
.BgClassName
{
background-color: #ADDCE5;
}
</style>
border-color css
<style>
span { border-color: #ADDCE5; }
span { border-color: rgb(173,220,229); }
td.TdClassName
{
border-color: #ADDCE5;
}
.TagClassName
{
border-color: #ADDCE5;
}
</style>