Shades of Light Blue #B3D6DC
Tints of Light Blue #B3D6DC
RGB
CMYK
RGB Variations
Color information
#B3D6DC (or 0xB3D6DC) is known color: Light Blue. HEX triplet: B3, D6 and DC. RGB value is (179,214,220). Sum of RGB (Red+Green+Blue) = 179+214+220=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6DC is #4C2923. Grayscale: #CCCCCC. Windows color (decimal): -4991268 or 14472883. OLE color: 14472883.
HSL color Cylindrical-coordinate representation of color #B3D6DC: hue angle of 188.78º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3D6DC is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 214 | 220 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.14 |
| HSL | 188.78º | 0.37% | 0.78% | - |
| HSV(B) | 188.78º | 0.19% | 0.86% | - |
| XYZ | 55.56 | 62.84 | 76.91 | - |
| YUV | 204.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 220 | 0.19 | 0.03 | 0 | 0.14 | 188.78 | 0.37 | 0.78 |
| Hex | B3 | D6 | DC | 13 | 3 | 0 | E | BD | 25 | 4E |
| Octal | 263 | 326 | 334 | 23 | 3 | 0 | 16 | 275 | 45 | 116 |
| Binary | 10110011 | 11010110 | 11011100 | 10011 | 11 | 0 | 1110 | 10111101 | 100101 | 1001110 |
Color Harmonies of #B3D6DC
Complementary color
Monochromatic Colors of #B3D6DC
Black with #B3D6DC
Text Example
Text Example
White with #B3D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D6DC; }
p { color: rgb(179,214,220); }
H1.HeaderClassName
{
color: #B3D6DC;
}
.AnyTagClassName
{
color: #B3D6DC;
}
</style>
background-color css
<style>
a { background-color: #B3D6DC; }
a { background-color: rgb(179,214,220); }
div.DivClassName
{
background-color: #B3D6DC;
}
.BgClassName
{
background-color: #B3D6DC;
}
</style>
border-color css
<style>
span { border-color: #B3D6DC; }
span { border-color: rgb(179,214,220); }
td.TdClassName
{
border-color: #B3D6DC;
}
.TagClassName
{
border-color: #B3D6DC;
}
</style>