Shades of Water Leaf #A8ECE2
Tints of Water Leaf #A8ECE2
RGB
CMYK
RGB Variations
Color information
#A8ECE2 (or 0xA8ECE2) is known color: Water Leaf. HEX triplet: A8, EC and E2. RGB value is (168,236,226). Sum of RGB (Red+Green+Blue) = 168+236+226=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECE2 is #57131D. Grayscale: #D6D6D6. Windows color (decimal): -5706526 or 14871720. OLE color: 14871720.
HSL color Cylindrical-coordinate representation of color #A8ECE2: hue angle of 171.18º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECE2 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 226 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.07 |
| HSL | 171.18º | 0.64% | 0.79% | - |
| HSV(B) | 171.18º | 0.29% | 0.93% | - |
| XYZ | 59.87 | 73.81 | 83.04 | - |
| YUV | 214.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 226 | 0.29 | 0 | 0.04 | 0.07 | 171.18 | 0.64 | 0.79 |
| Hex | A8 | EC | E2 | 1D | 0 | 4 | 7 | AB | 40 | 4F |
| Octal | 250 | 354 | 342 | 35 | 0 | 4 | 7 | 253 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11100010 | 11101 | 0 | 100 | 111 | 10101011 | 1000000 | 1001111 |
Color Harmonies of #A8ECE2
Complementary color
Monochromatic Colors of #A8ECE2
Black with #A8ECE2
Text Example
Text Example
White with #A8ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECE2; }
p { color: rgb(168,236,226); }
H1.HeaderClassName
{
color: #A8ECE2;
}
.AnyTagClassName
{
color: #A8ECE2;
}
</style>
background-color css
<style>
a { background-color: #A8ECE2; }
a { background-color: rgb(168,236,226); }
div.DivClassName
{
background-color: #A8ECE2;
}
.BgClassName
{
background-color: #A8ECE2;
}
</style>
border-color css
<style>
span { border-color: #A8ECE2; }
span { border-color: rgb(168,236,226); }
td.TdClassName
{
border-color: #A8ECE2;
}
.TagClassName
{
border-color: #A8ECE2;
}
</style>