Shades of Light Blue #B0DBEB
Tints of Light Blue #B0DBEB
RGB
CMYK
RGB Variations
Color information
#B0DBEB (or 0xB0DBEB) is known color: Light Blue. HEX triplet: B0, DB and EB. RGB value is (176,219,235). Sum of RGB (Red+Green+Blue) = 176+219+235=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBEB is #4F2414. Grayscale: #CFCFCF. Windows color (decimal): -5186581 or 15457200. OLE color: 15457200.
HSL color Cylindrical-coordinate representation of color #B0DBEB: hue angle of 196.27º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DBEB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 219 | 235 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.08 |
| HSL | 196.27º | 0.6% | 0.81% | - |
| HSV(B) | 196.27º | 0.25% | 0.92% | - |
| XYZ | 58.23 | 65.89 | 88.25 | - |
| YUV | 207.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 235 | 0.25 | 0.07 | 0 | 0.08 | 196.27 | 0.6 | 0.81 |
| Hex | B0 | DB | EB | 19 | 7 | 0 | 8 | C4 | 3C | 51 |
| Octal | 260 | 333 | 353 | 31 | 7 | 0 | 10 | 304 | 74 | 121 |
| Binary | 10110000 | 11011011 | 11101011 | 11001 | 111 | 0 | 1000 | 11000100 | 111100 | 1010001 |
Color Harmonies of #B0DBEB
Complementary color
Monochromatic Colors of #B0DBEB
Black with #B0DBEB
Text Example
Text Example
White with #B0DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBEB; }
p { color: rgb(176,219,235); }
H1.HeaderClassName
{
color: #B0DBEB;
}
.AnyTagClassName
{
color: #B0DBEB;
}
</style>
background-color css
<style>
a { background-color: #B0DBEB; }
a { background-color: rgb(176,219,235); }
div.DivClassName
{
background-color: #B0DBEB;
}
.BgClassName
{
background-color: #B0DBEB;
}
</style>
border-color css
<style>
span { border-color: #B0DBEB; }
span { border-color: rgb(176,219,235); }
td.TdClassName
{
border-color: #B0DBEB;
}
.TagClassName
{
border-color: #B0DBEB;
}
</style>