Shades of Light Blue #B8D2DB
Tints of Light Blue #B8D2DB
RGB
CMYK
RGB Variations
Color information
#B8D2DB (or 0xB8D2DB) is known color: Light Blue. HEX triplet: B8, D2 and DB. RGB value is (184,210,219). Sum of RGB (Red+Green+Blue) = 184+210+219=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D2DB is #472D24. Grayscale: #CBCBCB. Windows color (decimal): -4664613 or 14406328. OLE color: 14406328.
HSL color Cylindrical-coordinate representation of color #B8D2DB: hue angle of 195.43º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8D2DB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 210 | 219 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.14 |
| HSL | 195.43º | 0.33% | 0.79% | - |
| HSV(B) | 195.43º | 0.16% | 0.86% | - |
| XYZ | 55.6 | 61.4 | 75.94 | - |
| YUV | 203.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 219 | 0.16 | 0.04 | 0 | 0.14 | 195.43 | 0.33 | 0.79 |
| Hex | B8 | D2 | DB | 10 | 4 | 0 | E | C3 | 21 | 4F |
| Octal | 270 | 322 | 333 | 20 | 4 | 0 | 16 | 303 | 41 | 117 |
| Binary | 10111000 | 11010010 | 11011011 | 10000 | 100 | 0 | 1110 | 11000011 | 100001 | 1001111 |
Color Harmonies of #B8D2DB
Complementary color
Monochromatic Colors of #B8D2DB
Black with #B8D2DB
Text Example
Text Example
White with #B8D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D2DB; }
p { color: rgb(184,210,219); }
H1.HeaderClassName
{
color: #B8D2DB;
}
.AnyTagClassName
{
color: #B8D2DB;
}
</style>
background-color css
<style>
a { background-color: #B8D2DB; }
a { background-color: rgb(184,210,219); }
div.DivClassName
{
background-color: #B8D2DB;
}
.BgClassName
{
background-color: #B8D2DB;
}
</style>
border-color css
<style>
span { border-color: #B8D2DB; }
span { border-color: rgb(184,210,219); }
td.TdClassName
{
border-color: #B8D2DB;
}
.TagClassName
{
border-color: #B8D2DB;
}
</style>