Shades of Water Leaf #ADF9E6
Tints of Water Leaf #ADF9E6
RGB
CMYK
RGB Variations
Color information
#ADF9E6 (or 0xADF9E6) is known color: Water Leaf. HEX triplet: AD, F9 and E6. RGB value is (173,249,230). Sum of RGB (Red+Green+Blue) = 173+249+230=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9E6 is #520619. Grayscale: #E0E0E0. Windows color (decimal): -5375514 or 15137197. OLE color: 15137197.
HSL color Cylindrical-coordinate representation of color #ADF9E6: hue angle of 165º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9E6 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 230 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.02 |
| HSL | 165º | 0.86% | 0.83% | - |
| HSV(B) | 165º | 0.31% | 0.98% | - |
| XYZ | 65.39 | 82.35 | 87.31 | - |
| YUV | 224.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 230 | 0.31 | 0 | 0.08 | 0.02 | 165 | 0.86 | 0.83 |
| Hex | AD | F9 | E6 | 1F | 0 | 8 | 2 | A5 | 56 | 53 |
| Octal | 255 | 371 | 346 | 37 | 0 | 10 | 2 | 245 | 126 | 123 |
| Binary | 10101101 | 11111001 | 11100110 | 11111 | 0 | 1000 | 10 | 10100101 | 1010110 | 1010011 |
Color Harmonies of #ADF9E6
Complementary color
Monochromatic Colors of #ADF9E6
Black with #ADF9E6
Text Example
Text Example
White with #ADF9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9E6; }
p { color: rgb(173,249,230); }
H1.HeaderClassName
{
color: #ADF9E6;
}
.AnyTagClassName
{
color: #ADF9E6;
}
</style>
background-color css
<style>
a { background-color: #ADF9E6; }
a { background-color: rgb(173,249,230); }
div.DivClassName
{
background-color: #ADF9E6;
}
.BgClassName
{
background-color: #ADF9E6;
}
</style>
border-color css
<style>
span { border-color: #ADF9E6; }
span { border-color: rgb(173,249,230); }
td.TdClassName
{
border-color: #ADF9E6;
}
.TagClassName
{
border-color: #ADF9E6;
}
</style>