Shades of Light Blue #B7DBE4
Tints of Light Blue #B7DBE4
RGB
CMYK
RGB Variations
Color information
#B7DBE4 (or 0xB7DBE4) is known color: Light Blue. HEX triplet: B7, DB and E4. RGB value is (183,219,228). Sum of RGB (Red+Green+Blue) = 183+219+228=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7DBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBE4 is #48241B. Grayscale: #D1D1D1. Windows color (decimal): -4727836 or 14998455. OLE color: 14998455.
HSL color Cylindrical-coordinate representation of color #B7DBE4: hue angle of 192º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DBE4 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 219 | 228 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.11 |
| HSL | 192º | 0.45% | 0.81% | - |
| HSV(B) | 192º | 0.2% | 0.89% | - |
| XYZ | 58.86 | 66.33 | 83.1 | - |
| YUV | 209.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 228 | 0.20 | 0.04 | 0 | 0.11 | 192 | 0.45 | 0.81 |
| Hex | B7 | DB | E4 | 14 | 4 | 0 | B | C0 | 2D | 51 |
| Octal | 267 | 333 | 344 | 24 | 4 | 0 | 13 | 300 | 55 | 121 |
| Binary | 10110111 | 11011011 | 11100100 | 10100 | 100 | 0 | 1011 | 11000000 | 101101 | 1010001 |
Color Harmonies of #B7DBE4
Complementary color
Monochromatic Colors of #B7DBE4
Black with #B7DBE4
Text Example
Text Example
White with #B7DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBE4; }
p { color: rgb(183,219,228); }
H1.HeaderClassName
{
color: #B7DBE4;
}
.AnyTagClassName
{
color: #B7DBE4;
}
</style>
background-color css
<style>
a { background-color: #B7DBE4; }
a { background-color: rgb(183,219,228); }
div.DivClassName
{
background-color: #B7DBE4;
}
.BgClassName
{
background-color: #B7DBE4;
}
</style>
border-color css
<style>
span { border-color: #B7DBE4; }
span { border-color: rgb(183,219,228); }
td.TdClassName
{
border-color: #B7DBE4;
}
.TagClassName
{
border-color: #B7DBE4;
}
</style>