Shades of Ice Cold #ADE6DF
Tints of Ice Cold #ADE6DF
RGB
CMYK
RGB Variations
Color information
#ADE6DF (or 0xADE6DF) is known color: Ice Cold. HEX triplet: AD, E6 and DF. RGB value is (173,230,223). Sum of RGB (Red+Green+Blue) = 173+230+223=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6DF is #521920. Grayscale: #D4D4D4. Windows color (decimal): -5380385 or 14673581. OLE color: 14673581.
HSL color Cylindrical-coordinate representation of color #ADE6DF: hue angle of 172.63º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6DF is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 223 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.10 |
| HSL | 172.63º | 0.53% | 0.79% | - |
| HSV(B) | 172.63º | 0.25% | 0.9% | - |
| XYZ | 58.85 | 70.81 | 80.38 | - |
| YUV | 212.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 223 | 0.25 | 0 | 0.03 | 0.10 | 172.63 | 0.53 | 0.79 |
| Hex | AD | E6 | DF | 19 | 0 | 3 | A | AD | 35 | 4F |
| Octal | 255 | 346 | 337 | 31 | 0 | 3 | 12 | 255 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11011111 | 11001 | 0 | 11 | 1010 | 10101101 | 110101 | 1001111 |
Color Harmonies of #ADE6DF
Complementary color
Monochromatic Colors of #ADE6DF
Black with #ADE6DF
Text Example
Text Example
White with #ADE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6DF; }
p { color: rgb(173,230,223); }
H1.HeaderClassName
{
color: #ADE6DF;
}
.AnyTagClassName
{
color: #ADE6DF;
}
</style>
background-color css
<style>
a { background-color: #ADE6DF; }
a { background-color: rgb(173,230,223); }
div.DivClassName
{
background-color: #ADE6DF;
}
.BgClassName
{
background-color: #ADE6DF;
}
</style>
border-color css
<style>
span { border-color: #ADE6DF; }
span { border-color: rgb(173,230,223); }
td.TdClassName
{
border-color: #ADE6DF;
}
.TagClassName
{
border-color: #ADE6DF;
}
</style>