Shades of Ice Cold #B3E0DB
Tints of Ice Cold #B3E0DB
RGB
CMYK
RGB Variations
Color information
#B3E0DB (or 0xB3E0DB) is known color: Ice Cold. HEX triplet: B3, E0 and DB. RGB value is (179,224,219). Sum of RGB (Red+Green+Blue) = 179+224+219=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E0DB is #4C1F24. Grayscale: #D1D1D1. Windows color (decimal): -4988709 or 14409907. OLE color: 14409907.
HSL color Cylindrical-coordinate representation of color #B3E0DB: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3E0DB is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 219 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.12 |
| HSL | 173.33º | 0.42% | 0.79% | - |
| HSV(B) | 173.33º | 0.2% | 0.88% | - |
| XYZ | 58.03 | 68.01 | 77.09 | - |
| YUV | 209.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 219 | 0.20 | 0 | 0.02 | 0.12 | 173.33 | 0.42 | 0.79 |
| Hex | B3 | E0 | DB | 14 | 0 | 2 | C | AD | 2A | 4F |
| Octal | 263 | 340 | 333 | 24 | 0 | 2 | 14 | 255 | 52 | 117 |
| Binary | 10110011 | 11100000 | 11011011 | 10100 | 0 | 10 | 1100 | 10101101 | 101010 | 1001111 |
Color Harmonies of #B3E0DB
Complementary color
Monochromatic Colors of #B3E0DB
Black with #B3E0DB
Text Example
Text Example
White with #B3E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E0DB; }
p { color: rgb(179,224,219); }
H1.HeaderClassName
{
color: #B3E0DB;
}
.AnyTagClassName
{
color: #B3E0DB;
}
</style>
background-color css
<style>
a { background-color: #B3E0DB; }
a { background-color: rgb(179,224,219); }
div.DivClassName
{
background-color: #B3E0DB;
}
.BgClassName
{
background-color: #B3E0DB;
}
</style>
border-color css
<style>
span { border-color: #B3E0DB; }
span { border-color: rgb(179,224,219); }
td.TdClassName
{
border-color: #B3E0DB;
}
.TagClassName
{
border-color: #B3E0DB;
}
</style>