Shades of Light Blue #B3D4DC
Tints of Light Blue #B3D4DC
RGB
CMYK
RGB Variations
Color information
#B3D4DC (or 0xB3D4DC) is known color: Light Blue. HEX triplet: B3, D4 and DC. RGB value is (179,212,220). Sum of RGB (Red+Green+Blue) = 179+212+220=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D4DC is #4C2B23. Grayscale: #CACACA. Windows color (decimal): -4991780 or 14472371. OLE color: 14472371.
HSL color Cylindrical-coordinate representation of color #B3D4DC: hue angle of 191.71º 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 #B3D4DC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 212 | 220 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.14 |
| HSL | 191.71º | 0.37% | 0.78% | - |
| HSV(B) | 191.71º | 0.19% | 0.86% | - |
| XYZ | 55.05 | 61.84 | 76.74 | - |
| YUV | 203.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 220 | 0.19 | 0.04 | 0 | 0.14 | 191.71 | 0.37 | 0.78 |
| Hex | B3 | D4 | DC | 13 | 4 | 0 | E | C0 | 25 | 4E |
| Octal | 263 | 324 | 334 | 23 | 4 | 0 | 16 | 300 | 45 | 116 |
| Binary | 10110011 | 11010100 | 11011100 | 10011 | 100 | 0 | 1110 | 11000000 | 100101 | 1001110 |
Color Harmonies of #B3D4DC
Complementary color
Monochromatic Colors of #B3D4DC
Black with #B3D4DC
Text Example
Text Example
White with #B3D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D4DC; }
p { color: rgb(179,212,220); }
H1.HeaderClassName
{
color: #B3D4DC;
}
.AnyTagClassName
{
color: #B3D4DC;
}
</style>
background-color css
<style>
a { background-color: #B3D4DC; }
a { background-color: rgb(179,212,220); }
div.DivClassName
{
background-color: #B3D4DC;
}
.BgClassName
{
background-color: #B3D4DC;
}
</style>
border-color css
<style>
span { border-color: #B3D4DC; }
span { border-color: rgb(179,212,220); }
td.TdClassName
{
border-color: #B3D4DC;
}
.TagClassName
{
border-color: #B3D4DC;
}
</style>