Shades of Light Blue #B7D5DC
Tints of Light Blue #B7D5DC
RGB
CMYK
RGB Variations
Color information
#B7D5DC (or 0xB7D5DC) is known color: Light Blue. HEX triplet: B7, D5 and DC. RGB value is (183,213,220). Sum of RGB (Red+Green+Blue) = 183+213+220=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5DC is #482A23. Grayscale: #CCCCCC. Windows color (decimal): -4729380 or 14472631. OLE color: 14472631.
HSL color Cylindrical-coordinate representation of color #B7D5DC: hue angle of 191.35º 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 #B7D5DC is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 213 | 220 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.14 |
| HSL | 191.35º | 0.35% | 0.79% | - |
| HSV(B) | 191.35º | 0.17% | 0.86% | - |
| XYZ | 56.24 | 62.82 | 76.87 | - |
| YUV | 204.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 220 | 0.17 | 0.03 | 0 | 0.14 | 191.35 | 0.35 | 0.79 |
| Hex | B7 | D5 | DC | 11 | 3 | 0 | E | BF | 23 | 4F |
| Octal | 267 | 325 | 334 | 21 | 3 | 0 | 16 | 277 | 43 | 117 |
| Binary | 10110111 | 11010101 | 11011100 | 10001 | 11 | 0 | 1110 | 10111111 | 100011 | 1001111 |
Color Harmonies of #B7D5DC
Complementary color
Monochromatic Colors of #B7D5DC
Black with #B7D5DC
Text Example
Text Example
White with #B7D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D5DC; }
p { color: rgb(183,213,220); }
H1.HeaderClassName
{
color: #B7D5DC;
}
.AnyTagClassName
{
color: #B7D5DC;
}
</style>
background-color css
<style>
a { background-color: #B7D5DC; }
a { background-color: rgb(183,213,220); }
div.DivClassName
{
background-color: #B7D5DC;
}
.BgClassName
{
background-color: #B7D5DC;
}
</style>
border-color css
<style>
span { border-color: #B7D5DC; }
span { border-color: rgb(183,213,220); }
td.TdClassName
{
border-color: #B7D5DC;
}
.TagClassName
{
border-color: #B7D5DC;
}
</style>