Shades of Light Blue #B7D9EC
Tints of Light Blue #B7D9EC
RGB
CMYK
RGB Variations
Color information
#B7D9EC (or 0xB7D9EC) is known color: Light Blue. HEX triplet: B7, D9 and EC. RGB value is (183,217,236). Sum of RGB (Red+Green+Blue) = 183+217+236=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9EC is #482613. Grayscale: #D0D0D0. Windows color (decimal): -4728340 or 15522231. OLE color: 15522231.
HSL color Cylindrical-coordinate representation of color #B7D9EC: hue angle of 201.51º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7D9EC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 217 | 236 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.07 |
| HSL | 201.51º | 0.58% | 0.82% | - |
| HSV(B) | 201.51º | 0.22% | 0.93% | - |
| XYZ | 59.48 | 65.75 | 88.91 | - |
| YUV | 209 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 236 | 0.22 | 0.08 | 0 | 0.07 | 201.51 | 0.58 | 0.82 |
| Hex | B7 | D9 | EC | 16 | 8 | 0 | 7 | CA | 3A | 52 |
| Octal | 267 | 331 | 354 | 26 | 10 | 0 | 7 | 312 | 72 | 122 |
| Binary | 10110111 | 11011001 | 11101100 | 10110 | 1000 | 0 | 111 | 11001010 | 111010 | 1010010 |
Color Harmonies of #B7D9EC
Complementary color
Monochromatic Colors of #B7D9EC
Black with #B7D9EC
Text Example
Text Example
White with #B7D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9EC; }
p { color: rgb(183,217,236); }
H1.HeaderClassName
{
color: #B7D9EC;
}
.AnyTagClassName
{
color: #B7D9EC;
}
</style>
background-color css
<style>
a { background-color: #B7D9EC; }
a { background-color: rgb(183,217,236); }
div.DivClassName
{
background-color: #B7D9EC;
}
.BgClassName
{
background-color: #B7D9EC;
}
</style>
border-color css
<style>
span { border-color: #B7D9EC; }
span { border-color: rgb(183,217,236); }
td.TdClassName
{
border-color: #B7D9EC;
}
.TagClassName
{
border-color: #B7D9EC;
}
</style>