Shades of Light Blue #B7D3DC
Tints of Light Blue #B7D3DC
RGB
CMYK
RGB Variations
Color information
#B7D3DC (or 0xB7D3DC) is known color: Light Blue. HEX triplet: B7, D3 and DC. RGB value is (183,211,220). Sum of RGB (Red+Green+Blue) = 183+211+220=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3DC is #482C23. Grayscale: #CBCBCB. Windows color (decimal): -4729892 or 14472119. OLE color: 14472119.
HSL color Cylindrical-coordinate representation of color #B7D3DC: hue angle of 194.59º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7D3DC is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 211 | 220 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.14 |
| HSL | 194.59º | 0.35% | 0.79% | - |
| HSV(B) | 194.59º | 0.17% | 0.86% | - |
| XYZ | 55.74 | 61.82 | 76.71 | - |
| YUV | 203.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 220 | 0.17 | 0.04 | 0 | 0.14 | 194.59 | 0.35 | 0.79 |
| Hex | B7 | D3 | DC | 11 | 4 | 0 | E | C3 | 23 | 4F |
| Octal | 267 | 323 | 334 | 21 | 4 | 0 | 16 | 303 | 43 | 117 |
| Binary | 10110111 | 11010011 | 11011100 | 10001 | 100 | 0 | 1110 | 11000011 | 100011 | 1001111 |
Color Harmonies of #B7D3DC
Complementary color
Monochromatic Colors of #B7D3DC
Black with #B7D3DC
Text Example
Text Example
White with #B7D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3DC; }
p { color: rgb(183,211,220); }
H1.HeaderClassName
{
color: #B7D3DC;
}
.AnyTagClassName
{
color: #B7D3DC;
}
</style>
background-color css
<style>
a { background-color: #B7D3DC; }
a { background-color: rgb(183,211,220); }
div.DivClassName
{
background-color: #B7D3DC;
}
.BgClassName
{
background-color: #B7D3DC;
}
</style>
border-color css
<style>
span { border-color: #B7D3DC; }
span { border-color: rgb(183,211,220); }
td.TdClassName
{
border-color: #B7D3DC;
}
.TagClassName
{
border-color: #B7D3DC;
}
</style>