Shades of Light Blue #B0DBF0
Tints of Light Blue #B0DBF0
RGB
CMYK
RGB Variations
Color information
#B0DBF0 (or 0xB0DBF0) is known color: Light Blue. HEX triplet: B0, DB and F0. RGB value is (176,219,240). Sum of RGB (Red+Green+Blue) = 176+219+240=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBF0 is #4F240F. Grayscale: #D0D0D0. Windows color (decimal): -5186576 or 15784880. OLE color: 15784880.
HSL color Cylindrical-coordinate representation of color #B0DBF0: hue angle of 199.69º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DBF0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 219 | 240 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.06 |
| HSL | 199.69º | 0.68% | 0.82% | - |
| HSV(B) | 199.69º | 0.27% | 0.94% | - |
| XYZ | 58.96 | 66.18 | 92.11 | - |
| YUV | 208.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 240 | 0.27 | 0.09 | 0 | 0.06 | 199.69 | 0.68 | 0.82 |
| Hex | B0 | DB | F0 | 1B | 9 | 0 | 6 | C8 | 44 | 52 |
| Octal | 260 | 333 | 360 | 33 | 11 | 0 | 6 | 310 | 104 | 122 |
| Binary | 10110000 | 11011011 | 11110000 | 11011 | 1001 | 0 | 110 | 11001000 | 1000100 | 1010010 |
Color Harmonies of #B0DBF0
Complementary color
Monochromatic Colors of #B0DBF0
Black with #B0DBF0
Text Example
Text Example
White with #B0DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBF0; }
p { color: rgb(176,219,240); }
H1.HeaderClassName
{
color: #B0DBF0;
}
.AnyTagClassName
{
color: #B0DBF0;
}
</style>
background-color css
<style>
a { background-color: #B0DBF0; }
a { background-color: rgb(176,219,240); }
div.DivClassName
{
background-color: #B0DBF0;
}
.BgClassName
{
background-color: #B0DBF0;
}
</style>
border-color css
<style>
span { border-color: #B0DBF0; }
span { border-color: rgb(176,219,240); }
td.TdClassName
{
border-color: #B0DBF0;
}
.TagClassName
{
border-color: #B0DBF0;
}
</style>