Shades of Light Blue #B3D9EC
Tints of Light Blue #B3D9EC
RGB
CMYK
RGB Variations
Color information
#B3D9EC (or 0xB3D9EC) is known color: Light Blue. HEX triplet: B3, D9 and EC. RGB value is (179,217,236). Sum of RGB (Red+Green+Blue) = 179+217+236=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D9EC is #4C2613. Grayscale: #CFCFCF. Windows color (decimal): -4990484 or 15522227. OLE color: 15522227.
HSL color Cylindrical-coordinate representation of color #B3D9EC: hue angle of 200º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3D9EC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 217 | 236 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.07 |
| HSL | 200º | 0.6% | 0.81% | - |
| HSV(B) | 200º | 0.24% | 0.93% | - |
| XYZ | 58.54 | 65.27 | 88.87 | - |
| YUV | 207.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 236 | 0.24 | 0.08 | 0 | 0.07 | 200 | 0.6 | 0.81 |
| Hex | B3 | D9 | EC | 18 | 8 | 0 | 7 | C8 | 3C | 51 |
| Octal | 263 | 331 | 354 | 30 | 10 | 0 | 7 | 310 | 74 | 121 |
| Binary | 10110011 | 11011001 | 11101100 | 11000 | 1000 | 0 | 111 | 11001000 | 111100 | 1010001 |
Color Harmonies of #B3D9EC
Complementary color
Monochromatic Colors of #B3D9EC
Black with #B3D9EC
Text Example
Text Example
White with #B3D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D9EC; }
p { color: rgb(179,217,236); }
H1.HeaderClassName
{
color: #B3D9EC;
}
.AnyTagClassName
{
color: #B3D9EC;
}
</style>
background-color css
<style>
a { background-color: #B3D9EC; }
a { background-color: rgb(179,217,236); }
div.DivClassName
{
background-color: #B3D9EC;
}
.BgClassName
{
background-color: #B3D9EC;
}
</style>
border-color css
<style>
span { border-color: #B3D9EC; }
span { border-color: rgb(179,217,236); }
td.TdClassName
{
border-color: #B3D9EC;
}
.TagClassName
{
border-color: #B3D9EC;
}
</style>