Shades of Columbia Blue #B0DDFC
Tints of Columbia Blue #B0DDFC
RGB
CMYK
RGB Variations
Color information
#B0DDFC (or 0xB0DDFC) is known color: Columbia Blue. HEX triplet: B0, DD and FC. RGB value is (176,221,252). Sum of RGB (Red+Green+Blue) = 176+221+252=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDFC is #4F2203. Grayscale: #D2D2D2. Windows color (decimal): -5186052 or 16571824. OLE color: 16571824.
HSL color Cylindrical-coordinate representation of color #B0DDFC: hue angle of 204.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DDFC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 221 | 252 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.01 |
| HSL | 204.47º | 0.93% | 0.84% | - |
| HSV(B) | 204.47º | 0.3% | 0.99% | - |
| XYZ | 61.33 | 67.97 | 101.98 | - |
| YUV | 211.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 252 | 0.30 | 0.12 | 0 | 0.01 | 204.47 | 0.93 | 0.84 |
| Hex | B0 | DD | FC | 1E | C | 0 | 1 | CC | 5D | 54 |
| Octal | 260 | 335 | 374 | 36 | 14 | 0 | 1 | 314 | 135 | 124 |
| Binary | 10110000 | 11011101 | 11111100 | 11110 | 1100 | 0 | 1 | 11001100 | 1011101 | 1010100 |
Color Harmonies of #B0DDFC
Complementary color
Monochromatic Colors of #B0DDFC
Black with #B0DDFC
Text Example
Text Example
White with #B0DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDFC; }
p { color: rgb(176,221,252); }
H1.HeaderClassName
{
color: #B0DDFC;
}
.AnyTagClassName
{
color: #B0DDFC;
}
</style>
background-color css
<style>
a { background-color: #B0DDFC; }
a { background-color: rgb(176,221,252); }
div.DivClassName
{
background-color: #B0DDFC;
}
.BgClassName
{
background-color: #B0DDFC;
}
</style>
border-color css
<style>
span { border-color: #B0DDFC; }
span { border-color: rgb(176,221,252); }
td.TdClassName
{
border-color: #B0DDFC;
}
.TagClassName
{
border-color: #B0DDFC;
}
</style>