Shades of Light Blue #B7D3DB
Tints of Light Blue #B7D3DB
RGB
CMYK
RGB Variations
Color information
#B7D3DB (or 0xB7D3DB) is known color: Light Blue. HEX triplet: B7, D3 and DB. RGB value is (183,211,219). Sum of RGB (Red+Green+Blue) = 183+211+219=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3DB is #482C24. Grayscale: #CBCBCB. Windows color (decimal): -4729893 or 14406583. OLE color: 14406583.
HSL color Cylindrical-coordinate representation of color #B7D3DB: hue angle of 193.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D3DB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 211 | 219 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.14 |
| HSL | 193.33º | 0.33% | 0.79% | - |
| HSV(B) | 193.33º | 0.16% | 0.86% | - |
| XYZ | 55.61 | 61.77 | 76.01 | - |
| YUV | 203.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 219 | 0.16 | 0.04 | 0 | 0.14 | 193.33 | 0.33 | 0.79 |
| Hex | B7 | D3 | DB | 10 | 4 | 0 | E | C1 | 21 | 4F |
| Octal | 267 | 323 | 333 | 20 | 4 | 0 | 16 | 301 | 41 | 117 |
| Binary | 10110111 | 11010011 | 11011011 | 10000 | 100 | 0 | 1110 | 11000001 | 100001 | 1001111 |
Color Harmonies of #B7D3DB
Complementary color
Monochromatic Colors of #B7D3DB
Black with #B7D3DB
Text Example
Text Example
White with #B7D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3DB; }
p { color: rgb(183,211,219); }
H1.HeaderClassName
{
color: #B7D3DB;
}
.AnyTagClassName
{
color: #B7D3DB;
}
</style>
background-color css
<style>
a { background-color: #B7D3DB; }
a { background-color: rgb(183,211,219); }
div.DivClassName
{
background-color: #B7D3DB;
}
.BgClassName
{
background-color: #B7D3DB;
}
</style>
border-color css
<style>
span { border-color: #B7D3DB; }
span { border-color: rgb(183,211,219); }
td.TdClassName
{
border-color: #B7D3DB;
}
.TagClassName
{
border-color: #B7D3DB;
}
</style>