Shades of Light Blue #B0DBEF
Tints of Light Blue #B0DBEF
RGB
CMYK
RGB Variations
Color information
#B0DBEF (or 0xB0DBEF) is known color: Light Blue. HEX triplet: B0, DB and EF. RGB value is (176,219,239). Sum of RGB (Red+Green+Blue) = 176+219+239=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBEF is #4F2410. Grayscale: #D0D0D0. Windows color (decimal): -5186577 or 15719344. OLE color: 15719344.
HSL color Cylindrical-coordinate representation of color #B0DBEF: hue angle of 199.05º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0DBEF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 219 | 239 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.06 |
| HSL | 199.05º | 0.66% | 0.81% | - |
| HSV(B) | 199.05º | 0.26% | 0.94% | - |
| XYZ | 58.82 | 66.13 | 91.32 | - |
| YUV | 208.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 239 | 0.26 | 0.08 | 0 | 0.06 | 199.05 | 0.66 | 0.81 |
| Hex | B0 | DB | EF | 1A | 8 | 0 | 6 | C7 | 42 | 51 |
| Octal | 260 | 333 | 357 | 32 | 10 | 0 | 6 | 307 | 102 | 121 |
| Binary | 10110000 | 11011011 | 11101111 | 11010 | 1000 | 0 | 110 | 11000111 | 1000010 | 1010001 |
Color Harmonies of #B0DBEF
Complementary color
Monochromatic Colors of #B0DBEF
Black with #B0DBEF
Text Example
Text Example
White with #B0DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBEF; }
p { color: rgb(176,219,239); }
H1.HeaderClassName
{
color: #B0DBEF;
}
.AnyTagClassName
{
color: #B0DBEF;
}
</style>
background-color css
<style>
a { background-color: #B0DBEF; }
a { background-color: rgb(176,219,239); }
div.DivClassName
{
background-color: #B0DBEF;
}
.BgClassName
{
background-color: #B0DBEF;
}
</style>
border-color css
<style>
span { border-color: #B0DBEF; }
span { border-color: rgb(176,219,239); }
td.TdClassName
{
border-color: #B0DBEF;
}
.TagClassName
{
border-color: #B0DBEF;
}
</style>