Shades of Powder Blue #ADDFEA
Tints of Powder Blue #ADDFEA
RGB
CMYK
RGB Variations
Color information
#ADDFEA (or 0xADDFEA) is known color: Powder Blue. HEX triplet: AD, DF and EA. RGB value is (173,223,234). Sum of RGB (Red+Green+Blue) = 173+223+234=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFEA is #522015. Grayscale: #D1D1D1. Windows color (decimal): -5382166 or 15392685. OLE color: 15392685.
HSL color Cylindrical-coordinate representation of color #ADDFEA: hue angle of 190.82º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDFEA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 223 | 234 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.08 |
| HSL | 190.82º | 0.59% | 0.8% | - |
| HSV(B) | 190.82º | 0.26% | 0.92% | - |
| XYZ | 58.47 | 67.6 | 87.81 | - |
| YUV | 209.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 234 | 0.26 | 0.05 | 0 | 0.08 | 190.82 | 0.59 | 0.8 |
| Hex | AD | DF | EA | 1A | 5 | 0 | 8 | BF | 3B | 50 |
| Octal | 255 | 337 | 352 | 32 | 5 | 0 | 10 | 277 | 73 | 120 |
| Binary | 10101101 | 11011111 | 11101010 | 11010 | 101 | 0 | 1000 | 10111111 | 111011 | 1010000 |
Color Harmonies of #ADDFEA
Complementary color
Monochromatic Colors of #ADDFEA
Black with #ADDFEA
Text Example
Text Example
White with #ADDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFEA; }
p { color: rgb(173,223,234); }
H1.HeaderClassName
{
color: #ADDFEA;
}
.AnyTagClassName
{
color: #ADDFEA;
}
</style>
background-color css
<style>
a { background-color: #ADDFEA; }
a { background-color: rgb(173,223,234); }
div.DivClassName
{
background-color: #ADDFEA;
}
.BgClassName
{
background-color: #ADDFEA;
}
</style>
border-color css
<style>
span { border-color: #ADDFEA; }
span { border-color: rgb(173,223,234); }
td.TdClassName
{
border-color: #ADDFEA;
}
.TagClassName
{
border-color: #ADDFEA;
}
</style>