Shades of Light Blue #B7DBE8
Tints of Light Blue #B7DBE8
RGB
CMYK
RGB Variations
Color information
#B7DBE8 (or 0xB7DBE8) is known color: Light Blue. HEX triplet: B7, DB and E8. RGB value is (183,219,232). Sum of RGB (Red+Green+Blue) = 183+219+232=634 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.86% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBE8 is #482417. Grayscale: #D1D1D1. Windows color (decimal): -4727832 or 15260599. OLE color: 15260599.
HSL color Cylindrical-coordinate representation of color #B7DBE8: hue angle of 195.92º degrees, saturation: 0.52, 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 #B7DBE8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 219 | 232 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.09 |
| HSL | 195.92º | 0.52% | 0.81% | - |
| HSV(B) | 195.92º | 0.21% | 0.91% | - |
| XYZ | 59.43 | 66.56 | 86.06 | - |
| YUV | 209.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 232 | 0.21 | 0.06 | 0 | 0.09 | 195.92 | 0.52 | 0.81 |
| Hex | B7 | DB | E8 | 15 | 6 | 0 | 9 | C4 | 34 | 51 |
| Octal | 267 | 333 | 350 | 25 | 6 | 0 | 11 | 304 | 64 | 121 |
| Binary | 10110111 | 11011011 | 11101000 | 10101 | 110 | 0 | 1001 | 11000100 | 110100 | 1010001 |
Color Harmonies of #B7DBE8
Complementary color
Monochromatic Colors of #B7DBE8
Black with #B7DBE8
Text Example
Text Example
White with #B7DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBE8; }
p { color: rgb(183,219,232); }
H1.HeaderClassName
{
color: #B7DBE8;
}
.AnyTagClassName
{
color: #B7DBE8;
}
</style>
background-color css
<style>
a { background-color: #B7DBE8; }
a { background-color: rgb(183,219,232); }
div.DivClassName
{
background-color: #B7DBE8;
}
.BgClassName
{
background-color: #B7DBE8;
}
</style>
border-color css
<style>
span { border-color: #B7DBE8; }
span { border-color: rgb(183,219,232); }
td.TdClassName
{
border-color: #B7DBE8;
}
.TagClassName
{
border-color: #B7DBE8;
}
</style>