Shades of Ice Cold #B6DFDA
Tints of Ice Cold #B6DFDA
RGB
CMYK
RGB Variations
Color information
#B6DFDA (or 0xB6DFDA) is known color: Ice Cold. HEX triplet: B6, DF and DA. RGB value is (182,223,218). Sum of RGB (Red+Green+Blue) = 182+223+218=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DFDA is #492025. Grayscale: #D2D2D2. Windows color (decimal): -4792358 or 14344118. OLE color: 14344118.
HSL color Cylindrical-coordinate representation of color #B6DFDA: hue angle of 172.68º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DFDA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 223 | 218 | - |
CMYK | 0.18 | 0 | 0.02 | 0.13 |
HSL | 172.68º | 0.39% | 0.79% | - |
HSV(B) | 172.68º | 0.18% | 0.87% | - |
XYZ | 58.33 | 67.78 | 76.34 | - |
YUV | 210.17 | 132.42 | 107.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 223 | 218 | 0.18 | 0 | 0.02 | 0.13 | 172.68 | 0.39 | 0.79 |
Hex | B6 | DF | DA | 12 | 0 | 2 | D | AD | 27 | 4F |
Octal | 266 | 337 | 332 | 22 | 0 | 2 | 15 | 255 | 47 | 117 |
Binary | 10110110 | 11011111 | 11011010 | 10010 | 0 | 10 | 1101 | 10101101 | 100111 | 1001111 |
Color Harmonies of #B6DFDA
Complementary color
Monochromatic Colors of #B6DFDA
Black with #B6DFDA
Text Example
Text Example
White with #B6DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DFDA; }
p { color: rgb(182,223,218); }
H1.HeaderClassName
{
color: #B6DFDA;
}
.AnyTagClassName
{
color: #B6DFDA;
}
</style>
background-color css
<style>
a { background-color: #B6DFDA; }
a { background-color: rgb(182,223,218); }
div.DivClassName
{
background-color: #B6DFDA;
}
.BgClassName
{
background-color: #B6DFDA;
}
</style>
border-color css
<style>
span { border-color: #B6DFDA; }
span { border-color: rgb(182,223,218); }
td.TdClassName
{
border-color: #B6DFDA;
}
.TagClassName
{
border-color: #B6DFDA;
}
</style>