Shades of Ice Cold #9DF3DF
Tints of Ice Cold #9DF3DF
RGB
CMYK
RGB Variations
Color information
#9DF3DF (or 0x9DF3DF) is known color: Ice Cold. HEX triplet: 9D, F3 and DF. RGB value is (157,243,223). Sum of RGB (Red+Green+Blue) = 157+243+223=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF3DF is #620C20. Grayscale: #D7D7D7. Windows color (decimal): -6425633 or 14676893. OLE color: 14676893.
HSL color Cylindrical-coordinate representation of color #9DF3DF: hue angle of 166.05º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF3DF is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 223 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.05 |
| HSL | 166.05º | 0.78% | 0.78% | - |
| HSV(B) | 166.05º | 0.35% | 0.95% | - |
| XYZ | 59.27 | 76.6 | 81.47 | - |
| YUV | 215.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 223 | 0.35 | 0 | 0.08 | 0.05 | 166.05 | 0.78 | 0.78 |
| Hex | 9D | F3 | DF | 23 | 0 | 8 | 5 | A6 | 4E | 4E |
| Octal | 235 | 363 | 337 | 43 | 0 | 10 | 5 | 246 | 116 | 116 |
| Binary | 10011101 | 11110011 | 11011111 | 100011 | 0 | 1000 | 101 | 10100110 | 1001110 | 1001110 |
Color Harmonies of #9DF3DF
Complementary color
Monochromatic Colors of #9DF3DF
Black with #9DF3DF
Text Example
Text Example
White with #9DF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF3DF; }
p { color: rgb(157,243,223); }
H1.HeaderClassName
{
color: #9DF3DF;
}
.AnyTagClassName
{
color: #9DF3DF;
}
</style>
background-color css
<style>
a { background-color: #9DF3DF; }
a { background-color: rgb(157,243,223); }
div.DivClassName
{
background-color: #9DF3DF;
}
.BgClassName
{
background-color: #9DF3DF;
}
</style>
border-color css
<style>
span { border-color: #9DF3DF; }
span { border-color: rgb(157,243,223); }
td.TdClassName
{
border-color: #9DF3DF;
}
.TagClassName
{
border-color: #9DF3DF;
}
</style>