Shades of Powder Blue #ADE3E4
Tints of Powder Blue #ADE3E4
RGB
CMYK
RGB Variations
Color information
#ADE3E4 (or 0xADE3E4) is known color: Powder Blue. HEX triplet: AD, E3 and E4. RGB value is (173,227,228). Sum of RGB (Red+Green+Blue) = 173+227+228=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADE3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3E4 is #521C1B. Grayscale: #D2D2D2. Windows color (decimal): -5381148 or 15000493. OLE color: 15000493.
HSL color Cylindrical-coordinate representation of color #ADE3E4: hue angle of 181.09º 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 #ADE3E4 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 228 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.11 |
| HSL | 181.09º | 0.5% | 0.79% | - |
| HSV(B) | 181.09º | 0.24% | 0.89% | - |
| XYZ | 58.71 | 69.42 | 83.7 | - |
| YUV | 210.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 228 | 0.24 | 0.00 | 0 | 0.11 | 181.09 | 0.5 | 0.79 |
| Hex | AD | E3 | E4 | 18 | 0 | 0 | B | B5 | 32 | 4F |
| Octal | 255 | 343 | 344 | 30 | 0 | 0 | 13 | 265 | 62 | 117 |
| Binary | 10101101 | 11100011 | 11100100 | 11000 | 0 | 0 | 1011 | 10110101 | 110010 | 1001111 |
Color Harmonies of #ADE3E4
Complementary color
Monochromatic Colors of #ADE3E4
Black with #ADE3E4
Text Example
Text Example
White with #ADE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3E4; }
p { color: rgb(173,227,228); }
H1.HeaderClassName
{
color: #ADE3E4;
}
.AnyTagClassName
{
color: #ADE3E4;
}
</style>
background-color css
<style>
a { background-color: #ADE3E4; }
a { background-color: rgb(173,227,228); }
div.DivClassName
{
background-color: #ADE3E4;
}
.BgClassName
{
background-color: #ADE3E4;
}
</style>
border-color css
<style>
span { border-color: #ADE3E4; }
span { border-color: rgb(173,227,228); }
td.TdClassName
{
border-color: #ADE3E4;
}
.TagClassName
{
border-color: #ADE3E4;
}
</style>