Shades of Ice Cold #ADEBD6
Tints of Ice Cold #ADEBD6
RGB
CMYK
RGB Variations
Color information
#ADEBD6 (or 0xADEBD6) is known color: Ice Cold. HEX triplet: AD, EB and D6. RGB value is (173,235,214). Sum of RGB (Red+Green+Blue) = 173+235+214=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBD6 is #521429. Grayscale: #D6D6D6. Windows color (decimal): -5379114 or 14085037. OLE color: 14085037.
HSL color Cylindrical-coordinate representation of color #ADEBD6: hue angle of 159.68º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBD6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 235 | 214 | - |
CMYK | 0.26 | 0 | 0.09 | 0.08 |
HSL | 159.68º | 0.61% | 0.8% | - |
HSV(B) | 159.68º | 0.26% | 0.92% | - |
XYZ | 59.08 | 73.16 | 74.63 | - |
YUV | 214.07 | 127.96 | 98.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 235 | 214 | 0.26 | 0 | 0.09 | 0.08 | 159.68 | 0.61 | 0.8 |
Hex | AD | EB | D6 | 1A | 0 | 9 | 8 | A0 | 3D | 50 |
Octal | 255 | 353 | 326 | 32 | 0 | 11 | 10 | 240 | 75 | 120 |
Binary | 10101101 | 11101011 | 11010110 | 11010 | 0 | 1001 | 1000 | 10100000 | 111101 | 1010000 |
Color Harmonies of #ADEBD6
Complementary color
Monochromatic Colors of #ADEBD6
Black with #ADEBD6
Text Example
Text Example
White with #ADEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBD6; }
p { color: rgb(173,235,214); }
H1.HeaderClassName
{
color: #ADEBD6;
}
.AnyTagClassName
{
color: #ADEBD6;
}
</style>
background-color css
<style>
a { background-color: #ADEBD6; }
a { background-color: rgb(173,235,214); }
div.DivClassName
{
background-color: #ADEBD6;
}
.BgClassName
{
background-color: #ADEBD6;
}
</style>
border-color css
<style>
span { border-color: #ADEBD6; }
span { border-color: rgb(173,235,214); }
td.TdClassName
{
border-color: #ADEBD6;
}
.TagClassName
{
border-color: #ADEBD6;
}
</style>