Shades of Ice Cold #9BE6DA
Tints of Ice Cold #9BE6DA
RGB
CMYK
RGB Variations
Color information
#9BE6DA (or 0x9BE6DA) is known color: Ice Cold. HEX triplet: 9B, E6 and DA. RGB value is (155,230,218). Sum of RGB (Red+Green+Blue) = 155+230+218=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6DA is #641925. Grayscale: #CECECE. Windows color (decimal): -6560038 or 14345883. OLE color: 14345883.
HSL color Cylindrical-coordinate representation of color #9BE6DA: hue angle of 170.4º 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 #9BE6DA is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 218 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.10 |
| HSL | 170.4º | 0.6% | 0.75% | - |
| HSV(B) | 170.4º | 0.33% | 0.9% | - |
| XYZ | 54.47 | 68.62 | 76.7 | - |
| YUV | 206.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 218 | 0.33 | 0 | 0.05 | 0.10 | 170.4 | 0.6 | 0.75 |
| Hex | 9B | E6 | DA | 21 | 0 | 5 | A | AA | 3C | 4B |
| Octal | 233 | 346 | 332 | 41 | 0 | 5 | 12 | 252 | 74 | 113 |
| Binary | 10011011 | 11100110 | 11011010 | 100001 | 0 | 101 | 1010 | 10101010 | 111100 | 1001011 |
Color Harmonies of #9BE6DA
Complementary color
Monochromatic Colors of #9BE6DA
Black with #9BE6DA
Text Example
Text Example
White with #9BE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6DA; }
p { color: rgb(155,230,218); }
H1.HeaderClassName
{
color: #9BE6DA;
}
.AnyTagClassName
{
color: #9BE6DA;
}
</style>
background-color css
<style>
a { background-color: #9BE6DA; }
a { background-color: rgb(155,230,218); }
div.DivClassName
{
background-color: #9BE6DA;
}
.BgClassName
{
background-color: #9BE6DA;
}
</style>
border-color css
<style>
span { border-color: #9BE6DA; }
span { border-color: rgb(155,230,218); }
td.TdClassName
{
border-color: #9BE6DA;
}
.TagClassName
{
border-color: #9BE6DA;
}
</style>