Shades of Ice Cold #9BEFDA
Tints of Ice Cold #9BEFDA
RGB
CMYK
RGB Variations
Color information
#9BEFDA (or 0x9BEFDA) is known color: Ice Cold. HEX triplet: 9B, EF and DA. RGB value is (155,239,218). Sum of RGB (Red+Green+Blue) = 155+239+218=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFDA is #641025. Grayscale: #D3D3D3. Windows color (decimal): -6557734 or 14348187. OLE color: 14348187.
HSL color Cylindrical-coordinate representation of color #9BEFDA: hue angle of 165º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFDA is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 218 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.06 |
| HSL | 165º | 0.72% | 0.77% | - |
| HSV(B) | 165º | 0.35% | 0.94% | - |
| XYZ | 57.04 | 73.76 | 77.56 | - |
| YUV | 211.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 218 | 0.35 | 0 | 0.09 | 0.06 | 165 | 0.72 | 0.77 |
| Hex | 9B | EF | DA | 23 | 0 | 9 | 6 | A5 | 48 | 4D |
| Octal | 233 | 357 | 332 | 43 | 0 | 11 | 6 | 245 | 110 | 115 |
| Binary | 10011011 | 11101111 | 11011010 | 100011 | 0 | 1001 | 110 | 10100101 | 1001000 | 1001101 |
Color Harmonies of #9BEFDA
Complementary color
Monochromatic Colors of #9BEFDA
Black with #9BEFDA
Text Example
Text Example
White with #9BEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFDA; }
p { color: rgb(155,239,218); }
H1.HeaderClassName
{
color: #9BEFDA;
}
.AnyTagClassName
{
color: #9BEFDA;
}
</style>
background-color css
<style>
a { background-color: #9BEFDA; }
a { background-color: rgb(155,239,218); }
div.DivClassName
{
background-color: #9BEFDA;
}
.BgClassName
{
background-color: #9BEFDA;
}
</style>
border-color css
<style>
span { border-color: #9BEFDA; }
span { border-color: rgb(155,239,218); }
td.TdClassName
{
border-color: #9BEFDA;
}
.TagClassName
{
border-color: #9BEFDA;
}
</style>