Shades of Ice Cold #B1E0DC
Tints of Ice Cold #B1E0DC
RGB
CMYK
RGB Variations
Color information
#B1E0DC (or 0xB1E0DC) is known color: Ice Cold. HEX triplet: B1, E0 and DC. RGB value is (177,224,220). Sum of RGB (Red+Green+Blue) = 177+224+220=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0DC is #4E1F23. Grayscale: #D1D1D1. Windows color (decimal): -5119780 or 14475441. OLE color: 14475441.
HSL color Cylindrical-coordinate representation of color #B1E0DC: hue angle of 174.89º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E0DC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 220 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.12 |
| HSL | 174.89º | 0.43% | 0.79% | - |
| HSV(B) | 174.89º | 0.21% | 0.88% | - |
| XYZ | 57.71 | 67.83 | 77.76 | - |
| YUV | 209.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 220 | 0.21 | 0 | 0.02 | 0.12 | 174.89 | 0.43 | 0.79 |
| Hex | B1 | E0 | DC | 15 | 0 | 2 | C | AF | 2B | 4F |
| Octal | 261 | 340 | 334 | 25 | 0 | 2 | 14 | 257 | 53 | 117 |
| Binary | 10110001 | 11100000 | 11011100 | 10101 | 0 | 10 | 1100 | 10101111 | 101011 | 1001111 |
Color Harmonies of #B1E0DC
Complementary color
Monochromatic Colors of #B1E0DC
Black with #B1E0DC
Text Example
Text Example
White with #B1E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E0DC; }
p { color: rgb(177,224,220); }
H1.HeaderClassName
{
color: #B1E0DC;
}
.AnyTagClassName
{
color: #B1E0DC;
}
</style>
background-color css
<style>
a { background-color: #B1E0DC; }
a { background-color: rgb(177,224,220); }
div.DivClassName
{
background-color: #B1E0DC;
}
.BgClassName
{
background-color: #B1E0DC;
}
</style>
border-color css
<style>
span { border-color: #B1E0DC; }
span { border-color: rgb(177,224,220); }
td.TdClassName
{
border-color: #B1E0DC;
}
.TagClassName
{
border-color: #B1E0DC;
}
</style>