Shades of Ice Cold #9BEDE1
Tints of Ice Cold #9BEDE1
RGB
CMYK
RGB Variations
Color information
#9BEDE1 (or 0x9BEDE1) is known color: Ice Cold. HEX triplet: 9B, ED and E1. RGB value is (155,237,225). Sum of RGB (Red+Green+Blue) = 155+237+225=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDE1 is #64121E. Grayscale: #D3D3D3. Windows color (decimal): -6558239 or 14806427. OLE color: 14806427.
HSL color Cylindrical-coordinate representation of color #9BEDE1: hue angle of 171.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDE1 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 225 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.07 |
| HSL | 171.22º | 0.69% | 0.77% | - |
| HSV(B) | 171.22º | 0.35% | 0.93% | - |
| XYZ | 57.39 | 72.97 | 82.29 | - |
| YUV | 211.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 225 | 0.35 | 0 | 0.05 | 0.07 | 171.22 | 0.69 | 0.77 |
| Hex | 9B | ED | E1 | 23 | 0 | 5 | 7 | AB | 45 | 4D |
| Octal | 233 | 355 | 341 | 43 | 0 | 5 | 7 | 253 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11100001 | 100011 | 0 | 101 | 111 | 10101011 | 1000101 | 1001101 |
Color Harmonies of #9BEDE1
Complementary color
Monochromatic Colors of #9BEDE1
Black with #9BEDE1
Text Example
Text Example
White with #9BEDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDE1; }
p { color: rgb(155,237,225); }
H1.HeaderClassName
{
color: #9BEDE1;
}
.AnyTagClassName
{
color: #9BEDE1;
}
</style>
background-color css
<style>
a { background-color: #9BEDE1; }
a { background-color: rgb(155,237,225); }
div.DivClassName
{
background-color: #9BEDE1;
}
.BgClassName
{
background-color: #9BEDE1;
}
</style>
border-color css
<style>
span { border-color: #9BEDE1; }
span { border-color: rgb(155,237,225); }
td.TdClassName
{
border-color: #9BEDE1;
}
.TagClassName
{
border-color: #9BEDE1;
}
</style>