Shades of Powder Blue #ADDBE4
Tints of Powder Blue #ADDBE4
RGB
CMYK
RGB Variations
Color information
#ADDBE4 (or 0xADDBE4) is known color: Powder Blue. HEX triplet: AD, DB and E4. RGB value is (173,219,228). Sum of RGB (Red+Green+Blue) = 173+219+228=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADDBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBE4 is #52241B. Grayscale: #CECECE. Windows color (decimal): -5383196 or 14998445. OLE color: 14998445.
HSL color Cylindrical-coordinate representation of color #ADDBE4: hue angle of 189.82º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDBE4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 219 | 228 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.11 |
| HSL | 189.82º | 0.5% | 0.79% | - |
| HSV(B) | 189.82º | 0.24% | 0.89% | - |
| XYZ | 56.57 | 65.15 | 82.99 | - |
| YUV | 206.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 228 | 0.24 | 0.04 | 0 | 0.11 | 189.82 | 0.5 | 0.79 |
| Hex | AD | DB | E4 | 18 | 4 | 0 | B | BE | 32 | 4F |
| Octal | 255 | 333 | 344 | 30 | 4 | 0 | 13 | 276 | 62 | 117 |
| Binary | 10101101 | 11011011 | 11100100 | 11000 | 100 | 0 | 1011 | 10111110 | 110010 | 1001111 |
Color Harmonies of #ADDBE4
Complementary color
Monochromatic Colors of #ADDBE4
Black with #ADDBE4
Text Example
Text Example
White with #ADDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBE4; }
p { color: rgb(173,219,228); }
H1.HeaderClassName
{
color: #ADDBE4;
}
.AnyTagClassName
{
color: #ADDBE4;
}
</style>
background-color css
<style>
a { background-color: #ADDBE4; }
a { background-color: rgb(173,219,228); }
div.DivClassName
{
background-color: #ADDBE4;
}
.BgClassName
{
background-color: #ADDBE4;
}
</style>
border-color css
<style>
span { border-color: #ADDBE4; }
span { border-color: rgb(173,219,228); }
td.TdClassName
{
border-color: #ADDBE4;
}
.TagClassName
{
border-color: #ADDBE4;
}
</style>