Shades of Ice Cold #B1E1DB
Tints of Ice Cold #B1E1DB
RGB
CMYK
RGB Variations
Color information
#B1E1DB (or 0xB1E1DB) is known color: Ice Cold. HEX triplet: B1, E1 and DB. RGB value is (177,225,219). Sum of RGB (Red+Green+Blue) = 177+225+219=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1DB is #4E1E24. Grayscale: #D1D1D1. Windows color (decimal): -5119525 or 14410161. OLE color: 14410161.
HSL color Cylindrical-coordinate representation of color #B1E1DB: hue angle of 172.5º degrees, saturation: 0.44, 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 #B1E1DB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 219 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.12 |
| HSL | 172.5º | 0.44% | 0.79% | - |
| HSV(B) | 172.5º | 0.21% | 0.88% | - |
| XYZ | 57.84 | 68.31 | 77.15 | - |
| YUV | 209.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 219 | 0.21 | 0 | 0.03 | 0.12 | 172.5 | 0.44 | 0.79 |
| Hex | B1 | E1 | DB | 15 | 0 | 3 | C | AC | 2C | 4F |
| Octal | 261 | 341 | 333 | 25 | 0 | 3 | 14 | 254 | 54 | 117 |
| Binary | 10110001 | 11100001 | 11011011 | 10101 | 0 | 11 | 1100 | 10101100 | 101100 | 1001111 |
Color Harmonies of #B1E1DB
Complementary color
Monochromatic Colors of #B1E1DB
Black with #B1E1DB
Text Example
Text Example
White with #B1E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1DB; }
p { color: rgb(177,225,219); }
H1.HeaderClassName
{
color: #B1E1DB;
}
.AnyTagClassName
{
color: #B1E1DB;
}
</style>
background-color css
<style>
a { background-color: #B1E1DB; }
a { background-color: rgb(177,225,219); }
div.DivClassName
{
background-color: #B1E1DB;
}
.BgClassName
{
background-color: #B1E1DB;
}
</style>
border-color css
<style>
span { border-color: #B1E1DB; }
span { border-color: rgb(177,225,219); }
td.TdClassName
{
border-color: #B1E1DB;
}
.TagClassName
{
border-color: #B1E1DB;
}
</style>