Shades of Powder Blue #ADDCE2
Tints of Powder Blue #ADDCE2
RGB
CMYK
RGB Variations
Color information
#ADDCE2 (or 0xADDCE2) is known color: Powder Blue. HEX triplet: AD, DC and E2. RGB value is (173,220,226). Sum of RGB (Red+Green+Blue) = 173+220+226=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCE2 is #52231D. Grayscale: #CECECE. Windows color (decimal): -5382942 or 14867629. OLE color: 14867629.
HSL color Cylindrical-coordinate representation of color #ADDCE2: hue angle of 186.79º 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 #ADDCE2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 220 | 226 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.11 |
| HSL | 186.79º | 0.48% | 0.78% | - |
| HSV(B) | 186.79º | 0.23% | 0.89% | - |
| XYZ | 56.55 | 65.56 | 81.63 | - |
| YUV | 206.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 226 | 0.23 | 0.03 | 0 | 0.11 | 186.79 | 0.48 | 0.78 |
| Hex | AD | DC | E2 | 17 | 3 | 0 | B | BB | 30 | 4E |
| Octal | 255 | 334 | 342 | 27 | 3 | 0 | 13 | 273 | 60 | 116 |
| Binary | 10101101 | 11011100 | 11100010 | 10111 | 11 | 0 | 1011 | 10111011 | 110000 | 1001110 |
Color Harmonies of #ADDCE2
Complementary color
Monochromatic Colors of #ADDCE2
Black with #ADDCE2
Text Example
Text Example
White with #ADDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCE2; }
p { color: rgb(173,220,226); }
H1.HeaderClassName
{
color: #ADDCE2;
}
.AnyTagClassName
{
color: #ADDCE2;
}
</style>
background-color css
<style>
a { background-color: #ADDCE2; }
a { background-color: rgb(173,220,226); }
div.DivClassName
{
background-color: #ADDCE2;
}
.BgClassName
{
background-color: #ADDCE2;
}
</style>
border-color css
<style>
span { border-color: #ADDCE2; }
span { border-color: rgb(173,220,226); }
td.TdClassName
{
border-color: #ADDCE2;
}
.TagClassName
{
border-color: #ADDCE2;
}
</style>