Shades of Light Blue #B7DBE7
Tints of Light Blue #B7DBE7
RGB
CMYK
RGB Variations
Color information
#B7DBE7 (or 0xB7DBE7) is known color: Light Blue. HEX triplet: B7, DB and E7. RGB value is (183,219,231). Sum of RGB (Red+Green+Blue) = 183+219+231=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #B7DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBE7 is #482418. Grayscale: #D1D1D1. Windows color (decimal): -4727833 or 15195063. OLE color: 15195063.
HSL color Cylindrical-coordinate representation of color #B7DBE7: hue angle of 195º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7DBE7 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 219 | 231 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.09 |
| HSL | 195º | 0.5% | 0.81% | - |
| HSV(B) | 195º | 0.21% | 0.91% | - |
| XYZ | 59.28 | 66.5 | 85.31 | - |
| YUV | 209.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 231 | 0.21 | 0.05 | 0 | 0.09 | 195 | 0.5 | 0.81 |
| Hex | B7 | DB | E7 | 15 | 5 | 0 | 9 | C3 | 32 | 51 |
| Octal | 267 | 333 | 347 | 25 | 5 | 0 | 11 | 303 | 62 | 121 |
| Binary | 10110111 | 11011011 | 11100111 | 10101 | 101 | 0 | 1001 | 11000011 | 110010 | 1010001 |
Color Harmonies of #B7DBE7
Complementary color
Monochromatic Colors of #B7DBE7
Black with #B7DBE7
Text Example
Text Example
White with #B7DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBE7; }
p { color: rgb(183,219,231); }
H1.HeaderClassName
{
color: #B7DBE7;
}
.AnyTagClassName
{
color: #B7DBE7;
}
</style>
background-color css
<style>
a { background-color: #B7DBE7; }
a { background-color: rgb(183,219,231); }
div.DivClassName
{
background-color: #B7DBE7;
}
.BgClassName
{
background-color: #B7DBE7;
}
</style>
border-color css
<style>
span { border-color: #B7DBE7; }
span { border-color: rgb(183,219,231); }
td.TdClassName
{
border-color: #B7DBE7;
}
.TagClassName
{
border-color: #B7DBE7;
}
</style>