Shades of Light Blue #B8DBE7
Tints of Light Blue #B8DBE7
RGB
CMYK
RGB Variations
Color information
#B8DBE7 (or 0xB8DBE7) is known color: Light Blue. HEX triplet: B8, DB and E7. RGB value is (184,219,231). Sum of RGB (Red+Green+Blue) = 184+219+231=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #B8DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBE7 is #472418. Grayscale: #D1D1D1. Windows color (decimal): -4662297 or 15195064. OLE color: 15195064.
HSL color Cylindrical-coordinate representation of color #B8DBE7: hue angle of 195.32º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8DBE7 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 219 | 231 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.09 |
| HSL | 195.32º | 0.49% | 0.81% | - |
| HSV(B) | 195.32º | 0.2% | 0.91% | - |
| XYZ | 59.52 | 66.62 | 85.32 | - |
| YUV | 209.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 231 | 0.20 | 0.05 | 0 | 0.09 | 195.32 | 0.49 | 0.81 |
| Hex | B8 | DB | E7 | 14 | 5 | 0 | 9 | C3 | 31 | 51 |
| Octal | 270 | 333 | 347 | 24 | 5 | 0 | 11 | 303 | 61 | 121 |
| Binary | 10111000 | 11011011 | 11100111 | 10100 | 101 | 0 | 1001 | 11000011 | 110001 | 1010001 |
Color Harmonies of #B8DBE7
Complementary color
Monochromatic Colors of #B8DBE7
Black with #B8DBE7
Text Example
Text Example
White with #B8DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBE7; }
p { color: rgb(184,219,231); }
H1.HeaderClassName
{
color: #B8DBE7;
}
.AnyTagClassName
{
color: #B8DBE7;
}
</style>
background-color css
<style>
a { background-color: #B8DBE7; }
a { background-color: rgb(184,219,231); }
div.DivClassName
{
background-color: #B8DBE7;
}
.BgClassName
{
background-color: #B8DBE7;
}
</style>
border-color css
<style>
span { border-color: #B8DBE7; }
span { border-color: rgb(184,219,231); }
td.TdClassName
{
border-color: #B8DBE7;
}
.TagClassName
{
border-color: #B8DBE7;
}
</style>