Shades of Powder Blue #ADE2EE
Tints of Powder Blue #ADE2EE
RGB
CMYK
RGB Variations
Color information
#ADE2EE (or 0xADE2EE) is known color: Powder Blue. HEX triplet: AD, E2 and EE. RGB value is (173,226,238). Sum of RGB (Red+Green+Blue) = 173+226+238=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2EE is #521D11. Grayscale: #D3D3D3. Windows color (decimal): -5381394 or 15655597. OLE color: 15655597.
HSL color Cylindrical-coordinate representation of color #ADE2EE: hue angle of 191.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE2EE is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 226 | 238 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 191.08º | 0.66% | 0.81% | - |
| HSV(B) | 191.08º | 0.27% | 0.93% | - |
| XYZ | 59.86 | 69.45 | 91.14 | - |
| YUV | 211.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 238 | 0.27 | 0.05 | 0 | 0.07 | 191.08 | 0.66 | 0.81 |
| Hex | AD | E2 | EE | 1B | 5 | 0 | 7 | BF | 42 | 51 |
| Octal | 255 | 342 | 356 | 33 | 5 | 0 | 7 | 277 | 102 | 121 |
| Binary | 10101101 | 11100010 | 11101110 | 11011 | 101 | 0 | 111 | 10111111 | 1000010 | 1010001 |
Color Harmonies of #ADE2EE
Complementary color
Monochromatic Colors of #ADE2EE
Black with #ADE2EE
Text Example
Text Example
White with #ADE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2EE; }
p { color: rgb(173,226,238); }
H1.HeaderClassName
{
color: #ADE2EE;
}
.AnyTagClassName
{
color: #ADE2EE;
}
</style>
background-color css
<style>
a { background-color: #ADE2EE; }
a { background-color: rgb(173,226,238); }
div.DivClassName
{
background-color: #ADE2EE;
}
.BgClassName
{
background-color: #ADE2EE;
}
</style>
border-color css
<style>
span { border-color: #ADE2EE; }
span { border-color: rgb(173,226,238); }
td.TdClassName
{
border-color: #ADE2EE;
}
.TagClassName
{
border-color: #ADE2EE;
}
</style>