Shades of Ice Cold #9BEDDE
Tints of Ice Cold #9BEDDE
RGB
CMYK
RGB Variations
Color information
#9BEDDE (or 0x9BEDDE) is known color: Ice Cold. HEX triplet: 9B, ED and DE. RGB value is (155,237,222). Sum of RGB (Red+Green+Blue) = 155+237+222=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDDE is #641221. Grayscale: #D2D2D2. Windows color (decimal): -6558242 or 14609819. OLE color: 14609819.
HSL color Cylindrical-coordinate representation of color #9BEDDE: hue angle of 169.02º 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 #9BEDDE is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 222 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.07 |
| HSL | 169.02º | 0.69% | 0.77% | - |
| HSV(B) | 169.02º | 0.35% | 0.93% | - |
| XYZ | 56.99 | 72.81 | 80.16 | - |
| YUV | 210.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 222 | 0.35 | 0 | 0.06 | 0.07 | 169.02 | 0.69 | 0.77 |
| Hex | 9B | ED | DE | 23 | 0 | 6 | 7 | A9 | 45 | 4D |
| Octal | 233 | 355 | 336 | 43 | 0 | 6 | 7 | 251 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11011110 | 100011 | 0 | 110 | 111 | 10101001 | 1000101 | 1001101 |
Color Harmonies of #9BEDDE
Complementary color
Monochromatic Colors of #9BEDDE
Black with #9BEDDE
Text Example
Text Example
White with #9BEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDDE; }
p { color: rgb(155,237,222); }
H1.HeaderClassName
{
color: #9BEDDE;
}
.AnyTagClassName
{
color: #9BEDDE;
}
</style>
background-color css
<style>
a { background-color: #9BEDDE; }
a { background-color: rgb(155,237,222); }
div.DivClassName
{
background-color: #9BEDDE;
}
.BgClassName
{
background-color: #9BEDDE;
}
</style>
border-color css
<style>
span { border-color: #9BEDDE; }
span { border-color: rgb(155,237,222); }
td.TdClassName
{
border-color: #9BEDDE;
}
.TagClassName
{
border-color: #9BEDDE;
}
</style>