Shades of Powder Blue #ADE2E3
Tints of Powder Blue #ADE2E3
RGB
CMYK
RGB Variations
Color information
#ADE2E3 (or 0xADE2E3) is known color: Powder Blue. HEX triplet: AD, E2 and E3. RGB value is (173,226,227). Sum of RGB (Red+Green+Blue) = 173+226+227=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADE2E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2E3 is #521D1C. Grayscale: #D2D2D2. Windows color (decimal): -5381405 or 14934701. OLE color: 14934701.
HSL color Cylindrical-coordinate representation of color #ADE2E3: hue angle of 181.11º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE2E3 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 226 | 227 | - |
CMYK | 0.24 | 0.00 | 0 | 0.11 |
HSL | 181.11º | 0.49% | 0.78% | - |
HSV(B) | 181.11º | 0.24% | 0.89% | - |
XYZ | 58.3 | 68.82 | 82.88 | - |
YUV | 210.27 | 137.44 | 101.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 226 | 227 | 0.24 | 0.00 | 0 | 0.11 | 181.11 | 0.49 | 0.78 |
Hex | AD | E2 | E3 | 18 | 0 | 0 | B | B5 | 31 | 4E |
Octal | 255 | 342 | 343 | 30 | 0 | 0 | 13 | 265 | 61 | 116 |
Binary | 10101101 | 11100010 | 11100011 | 11000 | 0 | 0 | 1011 | 10110101 | 110001 | 1001110 |
Color Harmonies of #ADE2E3
Complementary color
Monochromatic Colors of #ADE2E3
Black with #ADE2E3
Text Example
Text Example
White with #ADE2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2E3; }
p { color: rgb(173,226,227); }
H1.HeaderClassName
{
color: #ADE2E3;
}
.AnyTagClassName
{
color: #ADE2E3;
}
</style>
background-color css
<style>
a { background-color: #ADE2E3; }
a { background-color: rgb(173,226,227); }
div.DivClassName
{
background-color: #ADE2E3;
}
.BgClassName
{
background-color: #ADE2E3;
}
</style>
border-color css
<style>
span { border-color: #ADE2E3; }
span { border-color: rgb(173,226,227); }
td.TdClassName
{
border-color: #ADE2E3;
}
.TagClassName
{
border-color: #ADE2E3;
}
</style>