Shades of Water Leaf #AFF9E6
Tints of Water Leaf #AFF9E6
RGB
CMYK
RGB Variations
Color information
#AFF9E6 (or 0xAFF9E6) is known color: Water Leaf. HEX triplet: AF, F9 and E6. RGB value is (175,249,230). Sum of RGB (Red+Green+Blue) = 175+249+230=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9E6 is #500619. Grayscale: #E0E0E0. Windows color (decimal): -5244442 or 15137199. OLE color: 15137199.
HSL color Cylindrical-coordinate representation of color #AFF9E6: hue angle of 164.59º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9E6 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 230 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.02 |
| HSL | 164.59º | 0.86% | 0.83% | - |
| HSV(B) | 164.59º | 0.3% | 0.98% | - |
| XYZ | 65.84 | 82.58 | 87.33 | - |
| YUV | 224.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 230 | 0.30 | 0 | 0.08 | 0.02 | 164.59 | 0.86 | 0.83 |
| Hex | AF | F9 | E6 | 1E | 0 | 8 | 2 | A5 | 56 | 53 |
| Octal | 257 | 371 | 346 | 36 | 0 | 10 | 2 | 245 | 126 | 123 |
| Binary | 10101111 | 11111001 | 11100110 | 11110 | 0 | 1000 | 10 | 10100101 | 1010110 | 1010011 |
Color Harmonies of #AFF9E6
Complementary color
Monochromatic Colors of #AFF9E6
Black with #AFF9E6
Text Example
Text Example
White with #AFF9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF9E6; }
p { color: rgb(175,249,230); }
H1.HeaderClassName
{
color: #AFF9E6;
}
.AnyTagClassName
{
color: #AFF9E6;
}
</style>
background-color css
<style>
a { background-color: #AFF9E6; }
a { background-color: rgb(175,249,230); }
div.DivClassName
{
background-color: #AFF9E6;
}
.BgClassName
{
background-color: #AFF9E6;
}
</style>
border-color css
<style>
span { border-color: #AFF9E6; }
span { border-color: rgb(175,249,230); }
td.TdClassName
{
border-color: #AFF9E6;
}
.TagClassName
{
border-color: #AFF9E6;
}
</style>