Shades of Ice Cold #9BF3DF
Tints of Ice Cold #9BF3DF
RGB
CMYK
RGB Variations
Color information
#9BF3DF (or 0x9BF3DF) is known color: Ice Cold. HEX triplet: 9B, F3 and DF. RGB value is (155,243,223). Sum of RGB (Red+Green+Blue) = 155+243+223=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF3DF is #640C20. Grayscale: #D6D6D6. Windows color (decimal): -6556705 or 14676891. OLE color: 14676891.
HSL color Cylindrical-coordinate representation of color #9BF3DF: hue angle of 166.36º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF3DF is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 223 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.05 |
| HSL | 166.36º | 0.79% | 0.78% | - |
| HSV(B) | 166.36º | 0.36% | 0.95% | - |
| XYZ | 58.89 | 76.4 | 81.45 | - |
| YUV | 214.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 223 | 0.36 | 0 | 0.08 | 0.05 | 166.36 | 0.79 | 0.78 |
| Hex | 9B | F3 | DF | 24 | 0 | 8 | 5 | A6 | 4F | 4E |
| Octal | 233 | 363 | 337 | 44 | 0 | 10 | 5 | 246 | 117 | 116 |
| Binary | 10011011 | 11110011 | 11011111 | 100100 | 0 | 1000 | 101 | 10100110 | 1001111 | 1001110 |
Color Harmonies of #9BF3DF
Complementary color
Monochromatic Colors of #9BF3DF
Black with #9BF3DF
Text Example
Text Example
White with #9BF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF3DF; }
p { color: rgb(155,243,223); }
H1.HeaderClassName
{
color: #9BF3DF;
}
.AnyTagClassName
{
color: #9BF3DF;
}
</style>
background-color css
<style>
a { background-color: #9BF3DF; }
a { background-color: rgb(155,243,223); }
div.DivClassName
{
background-color: #9BF3DF;
}
.BgClassName
{
background-color: #9BF3DF;
}
</style>
border-color css
<style>
span { border-color: #9BF3DF; }
span { border-color: rgb(155,243,223); }
td.TdClassName
{
border-color: #9BF3DF;
}
.TagClassName
{
border-color: #9BF3DF;
}
</style>