Shades of Light Blue #B0DCF0
Tints of Light Blue #B0DCF0
RGB
CMYK
RGB Variations
Color information
#B0DCF0 (or 0xB0DCF0) is known color: Light Blue. HEX triplet: B0, DC and F0. RGB value is (176,220,240). Sum of RGB (Red+Green+Blue) = 176+220+240=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0DCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCF0 is #4F230F. Grayscale: #D0D0D0. Windows color (decimal): -5186320 or 15785136. OLE color: 15785136.
HSL color Cylindrical-coordinate representation of color #B0DCF0: hue angle of 198.75º 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 #B0DCF0 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 220 | 240 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.06 |
| HSL | 198.75º | 0.68% | 0.82% | - |
| HSV(B) | 198.75º | 0.27% | 0.94% | - |
| XYZ | 59.23 | 66.71 | 92.19 | - |
| YUV | 209.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 240 | 0.27 | 0.08 | 0 | 0.06 | 198.75 | 0.68 | 0.82 |
| Hex | B0 | DC | F0 | 1B | 8 | 0 | 6 | C7 | 44 | 52 |
| Octal | 260 | 334 | 360 | 33 | 10 | 0 | 6 | 307 | 104 | 122 |
| Binary | 10110000 | 11011100 | 11110000 | 11011 | 1000 | 0 | 110 | 11000111 | 1000100 | 1010010 |
Color Harmonies of #B0DCF0
Complementary color
Monochromatic Colors of #B0DCF0
Black with #B0DCF0
Text Example
Text Example
White with #B0DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCF0; }
p { color: rgb(176,220,240); }
H1.HeaderClassName
{
color: #B0DCF0;
}
.AnyTagClassName
{
color: #B0DCF0;
}
</style>
background-color css
<style>
a { background-color: #B0DCF0; }
a { background-color: rgb(176,220,240); }
div.DivClassName
{
background-color: #B0DCF0;
}
.BgClassName
{
background-color: #B0DCF0;
}
</style>
border-color css
<style>
span { border-color: #B0DCF0; }
span { border-color: rgb(176,220,240); }
td.TdClassName
{
border-color: #B0DCF0;
}
.TagClassName
{
border-color: #B0DCF0;
}
</style>