Shades of Powder Blue #ADDCE3
Tints of Powder Blue #ADDCE3
RGB
CMYK
RGB Variations
Color information
#ADDCE3 (or 0xADDCE3) is known color: Powder Blue. HEX triplet: AD, DC and E3. RGB value is (173,220,227). Sum of RGB (Red+Green+Blue) = 173+220+227=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADDCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCE3 is #52231C. Grayscale: #CECECE. Windows color (decimal): -5382941 or 14933165. OLE color: 14933165.
HSL color Cylindrical-coordinate representation of color #ADDCE3: hue angle of 187.78º 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 #ADDCE3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 220 | 227 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.11 |
| HSL | 187.78º | 0.49% | 0.78% | - |
| HSV(B) | 187.78º | 0.24% | 0.89% | - |
| XYZ | 56.69 | 65.62 | 82.35 | - |
| YUV | 206.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 227 | 0.24 | 0.03 | 0 | 0.11 | 187.78 | 0.49 | 0.78 |
| Hex | AD | DC | E3 | 18 | 3 | 0 | B | BC | 31 | 4E |
| Octal | 255 | 334 | 343 | 30 | 3 | 0 | 13 | 274 | 61 | 116 |
| Binary | 10101101 | 11011100 | 11100011 | 11000 | 11 | 0 | 1011 | 10111100 | 110001 | 1001110 |
Color Harmonies of #ADDCE3
Complementary color
Monochromatic Colors of #ADDCE3
Black with #ADDCE3
Text Example
Text Example
White with #ADDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCE3; }
p { color: rgb(173,220,227); }
H1.HeaderClassName
{
color: #ADDCE3;
}
.AnyTagClassName
{
color: #ADDCE3;
}
</style>
background-color css
<style>
a { background-color: #ADDCE3; }
a { background-color: rgb(173,220,227); }
div.DivClassName
{
background-color: #ADDCE3;
}
.BgClassName
{
background-color: #ADDCE3;
}
</style>
border-color css
<style>
span { border-color: #ADDCE3; }
span { border-color: rgb(173,220,227); }
td.TdClassName
{
border-color: #ADDCE3;
}
.TagClassName
{
border-color: #ADDCE3;
}
</style>