Shades of Ice Cold #9BE6DB
Tints of Ice Cold #9BE6DB
RGB
CMYK
RGB Variations
Color information
#9BE6DB (or 0x9BE6DB) is known color: Ice Cold. HEX triplet: 9B, E6 and DB. RGB value is (155,230,219). Sum of RGB (Red+Green+Blue) = 155+230+219=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6DB is #641924. Grayscale: #CECECE. Windows color (decimal): -6560037 or 14411419. OLE color: 14411419.
HSL color Cylindrical-coordinate representation of color #9BE6DB: hue angle of 171.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6DB is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 219 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.10 |
| HSL | 171.2º | 0.6% | 0.75% | - |
| HSV(B) | 171.2º | 0.33% | 0.9% | - |
| XYZ | 54.6 | 68.68 | 77.4 | - |
| YUV | 206.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 219 | 0.33 | 0 | 0.05 | 0.10 | 171.2 | 0.6 | 0.75 |
| Hex | 9B | E6 | DB | 21 | 0 | 5 | A | AB | 3C | 4B |
| Octal | 233 | 346 | 333 | 41 | 0 | 5 | 12 | 253 | 74 | 113 |
| Binary | 10011011 | 11100110 | 11011011 | 100001 | 0 | 101 | 1010 | 10101011 | 111100 | 1001011 |
Color Harmonies of #9BE6DB
Complementary color
Monochromatic Colors of #9BE6DB
Black with #9BE6DB
Text Example
Text Example
White with #9BE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6DB; }
p { color: rgb(155,230,219); }
H1.HeaderClassName
{
color: #9BE6DB;
}
.AnyTagClassName
{
color: #9BE6DB;
}
</style>
background-color css
<style>
a { background-color: #9BE6DB; }
a { background-color: rgb(155,230,219); }
div.DivClassName
{
background-color: #9BE6DB;
}
.BgClassName
{
background-color: #9BE6DB;
}
</style>
border-color css
<style>
span { border-color: #9BE6DB; }
span { border-color: rgb(155,230,219); }
td.TdClassName
{
border-color: #9BE6DB;
}
.TagClassName
{
border-color: #9BE6DB;
}
</style>