Shades of Ice Cold #B4E5DB
Tints of Ice Cold #B4E5DB
RGB
CMYK
RGB Variations
Color information
#B4E5DB (or 0xB4E5DB) is known color: Ice Cold. HEX triplet: B4, E5 and DB. RGB value is (180,229,219). Sum of RGB (Red+Green+Blue) = 180+229+219=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5DB is #4B1A24. Grayscale: #D5D5D5. Windows color (decimal): -4921893 or 14411188. OLE color: 14411188.
HSL color Cylindrical-coordinate representation of color #B4E5DB: hue angle of 167.76º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5DB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 219 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.10 |
| HSL | 167.76º | 0.49% | 0.8% | - |
| HSV(B) | 167.76º | 0.21% | 0.9% | - |
| XYZ | 59.63 | 70.86 | 77.55 | - |
| YUV | 213.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 219 | 0.21 | 0 | 0.04 | 0.10 | 167.76 | 0.49 | 0.8 |
| Hex | B4 | E5 | DB | 15 | 0 | 4 | A | A8 | 31 | 50 |
| Octal | 264 | 345 | 333 | 25 | 0 | 4 | 12 | 250 | 61 | 120 |
| Binary | 10110100 | 11100101 | 11011011 | 10101 | 0 | 100 | 1010 | 10101000 | 110001 | 1010000 |
Color Harmonies of #B4E5DB
Complementary color
Monochromatic Colors of #B4E5DB
Black with #B4E5DB
Text Example
Text Example
White with #B4E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E5DB; }
p { color: rgb(180,229,219); }
H1.HeaderClassName
{
color: #B4E5DB;
}
.AnyTagClassName
{
color: #B4E5DB;
}
</style>
background-color css
<style>
a { background-color: #B4E5DB; }
a { background-color: rgb(180,229,219); }
div.DivClassName
{
background-color: #B4E5DB;
}
.BgClassName
{
background-color: #B4E5DB;
}
</style>
border-color css
<style>
span { border-color: #B4E5DB; }
span { border-color: rgb(180,229,219); }
td.TdClassName
{
border-color: #B4E5DB;
}
.TagClassName
{
border-color: #B4E5DB;
}
</style>