Shades of Ice Cold #9BEADC
Tints of Ice Cold #9BEADC
RGB
CMYK
RGB Variations
Color information
#9BEADC (or 0x9BEADC) is known color: Ice Cold. HEX triplet: 9B, EA and DC. RGB value is (155,234,220). Sum of RGB (Red+Green+Blue) = 155+234+220=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEADC is #641523. Grayscale: #D0D0D0. Windows color (decimal): -6559012 or 14477979. OLE color: 14477979.
HSL color Cylindrical-coordinate representation of color #9BEADC: hue angle of 169.37º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEADC is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 220 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.08 |
| HSL | 169.37º | 0.65% | 0.76% | - |
| HSV(B) | 169.37º | 0.34% | 0.92% | - |
| XYZ | 55.86 | 70.98 | 78.47 | - |
| YUV | 208.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 220 | 0.34 | 0 | 0.06 | 0.08 | 169.37 | 0.65 | 0.76 |
| Hex | 9B | EA | DC | 22 | 0 | 6 | 8 | A9 | 41 | 4C |
| Octal | 233 | 352 | 334 | 42 | 0 | 6 | 10 | 251 | 101 | 114 |
| Binary | 10011011 | 11101010 | 11011100 | 100010 | 0 | 110 | 1000 | 10101001 | 1000001 | 1001100 |
Color Harmonies of #9BEADC
Complementary color
Monochromatic Colors of #9BEADC
Black with #9BEADC
Text Example
Text Example
White with #9BEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEADC; }
p { color: rgb(155,234,220); }
H1.HeaderClassName
{
color: #9BEADC;
}
.AnyTagClassName
{
color: #9BEADC;
}
</style>
background-color css
<style>
a { background-color: #9BEADC; }
a { background-color: rgb(155,234,220); }
div.DivClassName
{
background-color: #9BEADC;
}
.BgClassName
{
background-color: #9BEADC;
}
</style>
border-color css
<style>
span { border-color: #9BEADC; }
span { border-color: rgb(155,234,220); }
td.TdClassName
{
border-color: #9BEADC;
}
.TagClassName
{
border-color: #9BEADC;
}
</style>