Shades of Ice Cold #B8DFDC
Tints of Ice Cold #B8DFDC
RGB
CMYK
RGB Variations
Color information
#B8DFDC (or 0xB8DFDC) is known color: Ice Cold. HEX triplet: B8, DF and DC. RGB value is (184,223,220). Sum of RGB (Red+Green+Blue) = 184+223+220=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFDC is #472023. Grayscale: #D2D2D2. Windows color (decimal): -4661284 or 14475192. OLE color: 14475192.
HSL color Cylindrical-coordinate representation of color #B8DFDC: hue angle of 175.38º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFDC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 220 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.13 |
| HSL | 175.38º | 0.38% | 0.8% | - |
| HSV(B) | 175.38º | 0.17% | 0.87% | - |
| XYZ | 59.07 | 68.13 | 77.75 | - |
| YUV | 211 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 220 | 0.17 | 0 | 0.01 | 0.13 | 175.38 | 0.38 | 0.8 |
| Hex | B8 | DF | DC | 11 | 0 | 1 | D | AF | 26 | 50 |
| Octal | 270 | 337 | 334 | 21 | 0 | 1 | 15 | 257 | 46 | 120 |
| Binary | 10111000 | 11011111 | 11011100 | 10001 | 0 | 1 | 1101 | 10101111 | 100110 | 1010000 |
Color Harmonies of #B8DFDC
Complementary color
Monochromatic Colors of #B8DFDC
Black with #B8DFDC
Text Example
Text Example
White with #B8DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFDC; }
p { color: rgb(184,223,220); }
H1.HeaderClassName
{
color: #B8DFDC;
}
.AnyTagClassName
{
color: #B8DFDC;
}
</style>
background-color css
<style>
a { background-color: #B8DFDC; }
a { background-color: rgb(184,223,220); }
div.DivClassName
{
background-color: #B8DFDC;
}
.BgClassName
{
background-color: #B8DFDC;
}
</style>
border-color css
<style>
span { border-color: #B8DFDC; }
span { border-color: rgb(184,223,220); }
td.TdClassName
{
border-color: #B8DFDC;
}
.TagClassName
{
border-color: #B8DFDC;
}
</style>