Shades of Water Leaf #AFEEDB
Tints of Water Leaf #AFEEDB
RGB
CMYK
RGB Variations
Color information
#AFEEDB (or 0xAFEEDB) is known color: Water Leaf. HEX triplet: AF, EE and DB. RGB value is (175,238,219). Sum of RGB (Red+Green+Blue) = 175+238+219=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEDB is #501124. Grayscale: #D9D9D9. Windows color (decimal): -5247269 or 14413487. OLE color: 14413487.
HSL color Cylindrical-coordinate representation of color #AFEEDB: hue angle of 161.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEDB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 219 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 161.9º | 0.65% | 0.81% | - |
| HSV(B) | 161.9º | 0.26% | 0.93% | - |
| XYZ | 61.04 | 75.38 | 78.35 | - |
| YUV | 217 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 219 | 0.26 | 0 | 0.08 | 0.07 | 161.9 | 0.65 | 0.81 |
| Hex | AF | EE | DB | 1A | 0 | 8 | 7 | A2 | 41 | 51 |
| Octal | 257 | 356 | 333 | 32 | 0 | 10 | 7 | 242 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11011011 | 11010 | 0 | 1000 | 111 | 10100010 | 1000001 | 1010001 |
Color Harmonies of #AFEEDB
Complementary color
Monochromatic Colors of #AFEEDB
Black with #AFEEDB
Text Example
Text Example
White with #AFEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEDB; }
p { color: rgb(175,238,219); }
H1.HeaderClassName
{
color: #AFEEDB;
}
.AnyTagClassName
{
color: #AFEEDB;
}
</style>
background-color css
<style>
a { background-color: #AFEEDB; }
a { background-color: rgb(175,238,219); }
div.DivClassName
{
background-color: #AFEEDB;
}
.BgClassName
{
background-color: #AFEEDB;
}
</style>
border-color css
<style>
span { border-color: #AFEEDB; }
span { border-color: rgb(175,238,219); }
td.TdClassName
{
border-color: #AFEEDB;
}
.TagClassName
{
border-color: #AFEEDB;
}
</style>