Shades of Light Blue #B7D1DC
Tints of Light Blue #B7D1DC
RGB
CMYK
RGB Variations
Color information
#B7D1DC (or 0xB7D1DC) is known color: Light Blue. HEX triplet: B7, D1 and DC. RGB value is (183,209,220). Sum of RGB (Red+Green+Blue) = 183+209+220=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1DC is #482E23. Grayscale: #CACACA. Windows color (decimal): -4730404 or 14471607. OLE color: 14471607.
HSL color Cylindrical-coordinate representation of color #B7D1DC: hue angle of 197.84º 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 #B7D1DC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 209 | 220 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.14 |
| HSL | 197.84º | 0.35% | 0.79% | - |
| HSV(B) | 197.84º | 0.17% | 0.86% | - |
| XYZ | 55.25 | 60.84 | 76.54 | - |
| YUV | 202.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 220 | 0.17 | 0.05 | 0 | 0.14 | 197.84 | 0.35 | 0.79 |
| Hex | B7 | D1 | DC | 11 | 5 | 0 | E | C6 | 23 | 4F |
| Octal | 267 | 321 | 334 | 21 | 5 | 0 | 16 | 306 | 43 | 117 |
| Binary | 10110111 | 11010001 | 11011100 | 10001 | 101 | 0 | 1110 | 11000110 | 100011 | 1001111 |
Color Harmonies of #B7D1DC
Complementary color
Monochromatic Colors of #B7D1DC
Black with #B7D1DC
Text Example
Text Example
White with #B7D1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1DC; }
p { color: rgb(183,209,220); }
H1.HeaderClassName
{
color: #B7D1DC;
}
.AnyTagClassName
{
color: #B7D1DC;
}
</style>
background-color css
<style>
a { background-color: #B7D1DC; }
a { background-color: rgb(183,209,220); }
div.DivClassName
{
background-color: #B7D1DC;
}
.BgClassName
{
background-color: #B7D1DC;
}
</style>
border-color css
<style>
span { border-color: #B7D1DC; }
span { border-color: rgb(183,209,220); }
td.TdClassName
{
border-color: #B7D1DC;
}
.TagClassName
{
border-color: #B7D1DC;
}
</style>