Shades of Ice Cold #B5DFDA
Tints of Ice Cold #B5DFDA
RGB
CMYK
RGB Variations
Color information
#B5DFDA (or 0xB5DFDA) is known color: Ice Cold. HEX triplet: B5, DF and DA. RGB value is (181,223,218). Sum of RGB (Red+Green+Blue) = 181+223+218=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFDA is #4A2025. Grayscale: #D1D1D1. Windows color (decimal): -4857894 or 14344117. OLE color: 14344117.
HSL color Cylindrical-coordinate representation of color #B5DFDA: hue angle of 172.86º 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 #B5DFDA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 218 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.13 |
| HSL | 172.86º | 0.4% | 0.79% | - |
| HSV(B) | 172.86º | 0.19% | 0.87% | - |
| XYZ | 58.1 | 67.66 | 76.33 | - |
| YUV | 209.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 218 | 0.19 | 0 | 0.02 | 0.13 | 172.86 | 0.4 | 0.79 |
| Hex | B5 | DF | DA | 13 | 0 | 2 | D | AD | 28 | 4F |
| Octal | 265 | 337 | 332 | 23 | 0 | 2 | 15 | 255 | 50 | 117 |
| Binary | 10110101 | 11011111 | 11011010 | 10011 | 0 | 10 | 1101 | 10101101 | 101000 | 1001111 |
Color Harmonies of #B5DFDA
Complementary color
Monochromatic Colors of #B5DFDA
Black with #B5DFDA
Text Example
Text Example
White with #B5DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFDA; }
p { color: rgb(181,223,218); }
H1.HeaderClassName
{
color: #B5DFDA;
}
.AnyTagClassName
{
color: #B5DFDA;
}
</style>
background-color css
<style>
a { background-color: #B5DFDA; }
a { background-color: rgb(181,223,218); }
div.DivClassName
{
background-color: #B5DFDA;
}
.BgClassName
{
background-color: #B5DFDA;
}
</style>
border-color css
<style>
span { border-color: #B5DFDA; }
span { border-color: rgb(181,223,218); }
td.TdClassName
{
border-color: #B5DFDA;
}
.TagClassName
{
border-color: #B5DFDA;
}
</style>