Shades of Light Blue #B8DBEF
Tints of Light Blue #B8DBEF
RGB
CMYK
RGB Variations
Color information
#B8DBEF (or 0xB8DBEF) is known color: Light Blue. HEX triplet: B8, DB and EF. RGB value is (184,219,239). Sum of RGB (Red+Green+Blue) = 184+219+239=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBEF is #472410. Grayscale: #D2D2D2. Windows color (decimal): -4662289 or 15719352. OLE color: 15719352.
HSL color Cylindrical-coordinate representation of color #B8DBEF: hue angle of 201.82º 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 #B8DBEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 219 | 239 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.06 |
| HSL | 201.82º | 0.63% | 0.83% | - |
| HSV(B) | 201.82º | 0.23% | 0.94% | - |
| XYZ | 60.68 | 67.09 | 91.41 | - |
| YUV | 210.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 239 | 0.23 | 0.08 | 0 | 0.06 | 201.82 | 0.63 | 0.83 |
| Hex | B8 | DB | EF | 17 | 8 | 0 | 6 | CA | 3F | 53 |
| Octal | 270 | 333 | 357 | 27 | 10 | 0 | 6 | 312 | 77 | 123 |
| Binary | 10111000 | 11011011 | 11101111 | 10111 | 1000 | 0 | 110 | 11001010 | 111111 | 1010011 |
Color Harmonies of #B8DBEF
Complementary color
Monochromatic Colors of #B8DBEF
Black with #B8DBEF
Text Example
Text Example
White with #B8DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBEF; }
p { color: rgb(184,219,239); }
H1.HeaderClassName
{
color: #B8DBEF;
}
.AnyTagClassName
{
color: #B8DBEF;
}
</style>
background-color css
<style>
a { background-color: #B8DBEF; }
a { background-color: rgb(184,219,239); }
div.DivClassName
{
background-color: #B8DBEF;
}
.BgClassName
{
background-color: #B8DBEF;
}
</style>
border-color css
<style>
span { border-color: #B8DBEF; }
span { border-color: rgb(184,219,239); }
td.TdClassName
{
border-color: #B8DBEF;
}
.TagClassName
{
border-color: #B8DBEF;
}
</style>