Shades of Light Blue #B8D9EF
Tints of Light Blue #B8D9EF
RGB
CMYK
RGB Variations
Color information
#B8D9EF (or 0xB8D9EF) is known color: Light Blue. HEX triplet: B8, D9 and EF. RGB value is (184,217,239). Sum of RGB (Red+Green+Blue) = 184+217+239=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9EF is #472610. Grayscale: #D1D1D1. Windows color (decimal): -4662801 or 15718840. OLE color: 15718840.
HSL color Cylindrical-coordinate representation of color #B8D9EF: hue angle of 204º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D9EF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 217 | 239 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.06 |
| HSL | 204º | 0.63% | 0.83% | - |
| HSV(B) | 204º | 0.23% | 0.94% | - |
| XYZ | 60.16 | 66.05 | 91.24 | - |
| YUV | 209.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 239 | 0.23 | 0.09 | 0 | 0.06 | 204 | 0.63 | 0.83 |
| Hex | B8 | D9 | EF | 17 | 9 | 0 | 6 | CC | 3F | 53 |
| Octal | 270 | 331 | 357 | 27 | 11 | 0 | 6 | 314 | 77 | 123 |
| Binary | 10111000 | 11011001 | 11101111 | 10111 | 1001 | 0 | 110 | 11001100 | 111111 | 1010011 |
Color Harmonies of #B8D9EF
Complementary color
Monochromatic Colors of #B8D9EF
Black with #B8D9EF
Text Example
Text Example
White with #B8D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D9EF; }
p { color: rgb(184,217,239); }
H1.HeaderClassName
{
color: #B8D9EF;
}
.AnyTagClassName
{
color: #B8D9EF;
}
</style>
background-color css
<style>
a { background-color: #B8D9EF; }
a { background-color: rgb(184,217,239); }
div.DivClassName
{
background-color: #B8D9EF;
}
.BgClassName
{
background-color: #B8D9EF;
}
</style>
border-color css
<style>
span { border-color: #B8D9EF; }
span { border-color: rgb(184,217,239); }
td.TdClassName
{
border-color: #B8D9EF;
}
.TagClassName
{
border-color: #B8D9EF;
}
</style>