Shades of Ice Cold #ADE8DF
Tints of Ice Cold #ADE8DF
RGB
CMYK
RGB Variations
Color information
#ADE8DF (or 0xADE8DF) is known color: Ice Cold. HEX triplet: AD, E8 and DF. RGB value is (173,232,223). Sum of RGB (Red+Green+Blue) = 173+232+223=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DF is #521720. Grayscale: #D5D5D5. Windows color (decimal): -5379873 or 14674093. OLE color: 14674093.
HSL color Cylindrical-coordinate representation of color #ADE8DF: hue angle of 170.85º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8DF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 232 | 223 | - |
CMYK | 0.25 | 0 | 0.04 | 0.09 |
HSL | 170.85º | 0.56% | 0.79% | - |
HSV(B) | 170.85º | 0.25% | 0.91% | - |
XYZ | 59.41 | 71.93 | 80.56 | - |
YUV | 213.33 | 133.45 | 99.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 232 | 223 | 0.25 | 0 | 0.04 | 0.09 | 170.85 | 0.56 | 0.79 |
Hex | AD | E8 | DF | 19 | 0 | 4 | 9 | AB | 38 | 4F |
Octal | 255 | 350 | 337 | 31 | 0 | 4 | 11 | 253 | 70 | 117 |
Binary | 10101101 | 11101000 | 11011111 | 11001 | 0 | 100 | 1001 | 10101011 | 111000 | 1001111 |
Color Harmonies of #ADE8DF
Complementary color
Monochromatic Colors of #ADE8DF
Black with #ADE8DF
Text Example
Text Example
White with #ADE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8DF; }
p { color: rgb(173,232,223); }
H1.HeaderClassName
{
color: #ADE8DF;
}
.AnyTagClassName
{
color: #ADE8DF;
}
</style>
background-color css
<style>
a { background-color: #ADE8DF; }
a { background-color: rgb(173,232,223); }
div.DivClassName
{
background-color: #ADE8DF;
}
.BgClassName
{
background-color: #ADE8DF;
}
</style>
border-color css
<style>
span { border-color: #ADE8DF; }
span { border-color: rgb(173,232,223); }
td.TdClassName
{
border-color: #ADE8DF;
}
.TagClassName
{
border-color: #ADE8DF;
}
</style>