Shades of Powder Blue #ADE3EE
Tints of Powder Blue #ADE3EE
RGB
CMYK
RGB Variations
Color information
#ADE3EE (or 0xADE3EE) is known color: Powder Blue. HEX triplet: AD, E3 and EE. RGB value is (173,227,238). Sum of RGB (Red+Green+Blue) = 173+227+238=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3EE is #521C11. Grayscale: #D4D4D4. Windows color (decimal): -5381138 or 15655853. OLE color: 15655853.
HSL color Cylindrical-coordinate representation of color #ADE3EE: hue angle of 190.15º 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 #ADE3EE is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 227 | 238 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 190.15º | 0.66% | 0.81% | - |
| HSV(B) | 190.15º | 0.27% | 0.93% | - |
| XYZ | 60.14 | 70 | 91.23 | - |
| YUV | 212.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 238 | 0.27 | 0.05 | 0 | 0.07 | 190.15 | 0.66 | 0.81 |
| Hex | AD | E3 | EE | 1B | 5 | 0 | 7 | BE | 42 | 51 |
| Octal | 255 | 343 | 356 | 33 | 5 | 0 | 7 | 276 | 102 | 121 |
| Binary | 10101101 | 11100011 | 11101110 | 11011 | 101 | 0 | 111 | 10111110 | 1000010 | 1010001 |
Color Harmonies of #ADE3EE
Complementary color
Monochromatic Colors of #ADE3EE
Black with #ADE3EE
Text Example
Text Example
White with #ADE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3EE; }
p { color: rgb(173,227,238); }
H1.HeaderClassName
{
color: #ADE3EE;
}
.AnyTagClassName
{
color: #ADE3EE;
}
</style>
background-color css
<style>
a { background-color: #ADE3EE; }
a { background-color: rgb(173,227,238); }
div.DivClassName
{
background-color: #ADE3EE;
}
.BgClassName
{
background-color: #ADE3EE;
}
</style>
border-color css
<style>
span { border-color: #ADE3EE; }
span { border-color: rgb(173,227,238); }
td.TdClassName
{
border-color: #ADE3EE;
}
.TagClassName
{
border-color: #ADE3EE;
}
</style>