Shades of Ice Cold #B5DFDB
Tints of Ice Cold #B5DFDB
RGB
CMYK
RGB Variations
Color information
#B5DFDB (or 0xB5DFDB) is known color: Ice Cold. HEX triplet: B5, DF and DB. RGB value is (181,223,219). Sum of RGB (Red+Green+Blue) = 181+223+219=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFDB is #4A2024. Grayscale: #D1D1D1. Windows color (decimal): -4857893 or 14409653. OLE color: 14409653.
HSL color Cylindrical-coordinate representation of color #B5DFDB: hue angle of 174.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFDB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 219 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.13 |
| HSL | 174.29º | 0.4% | 0.79% | - |
| HSV(B) | 174.29º | 0.19% | 0.87% | - |
| XYZ | 58.23 | 67.71 | 77.02 | - |
| YUV | 209.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 219 | 0.19 | 0 | 0.02 | 0.13 | 174.29 | 0.4 | 0.79 |
| Hex | B5 | DF | DB | 13 | 0 | 2 | D | AE | 28 | 4F |
| Octal | 265 | 337 | 333 | 23 | 0 | 2 | 15 | 256 | 50 | 117 |
| Binary | 10110101 | 11011111 | 11011011 | 10011 | 0 | 10 | 1101 | 10101110 | 101000 | 1001111 |
Color Harmonies of #B5DFDB
Complementary color
Monochromatic Colors of #B5DFDB
Black with #B5DFDB
Text Example
Text Example
White with #B5DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFDB; }
p { color: rgb(181,223,219); }
H1.HeaderClassName
{
color: #B5DFDB;
}
.AnyTagClassName
{
color: #B5DFDB;
}
</style>
background-color css
<style>
a { background-color: #B5DFDB; }
a { background-color: rgb(181,223,219); }
div.DivClassName
{
background-color: #B5DFDB;
}
.BgClassName
{
background-color: #B5DFDB;
}
</style>
border-color css
<style>
span { border-color: #B5DFDB; }
span { border-color: rgb(181,223,219); }
td.TdClassName
{
border-color: #B5DFDB;
}
.TagClassName
{
border-color: #B5DFDB;
}
</style>