Shades of Columbia Blue #B0E4FB
Tints of Columbia Blue #B0E4FB
RGB
CMYK
RGB Variations
Color information
#B0E4FB (or 0xB0E4FB) is known color: Columbia Blue. HEX triplet: B0, E4 and FB. RGB value is (176,228,251). Sum of RGB (Red+Green+Blue) = 176+228+251=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E4FB is #4F1B04. Grayscale: #D6D6D6. Windows color (decimal): -5184261 or 16508080. OLE color: 16508080.
HSL color Cylindrical-coordinate representation of color #B0E4FB: hue angle of 198.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E4FB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 228 | 251 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.02 |
| HSL | 198.4º | 0.9% | 0.84% | - |
| HSV(B) | 198.4º | 0.3% | 0.98% | - |
| XYZ | 63.06 | 71.68 | 101.78 | - |
| YUV | 215.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 251 | 0.30 | 0.09 | 0 | 0.02 | 198.4 | 0.9 | 0.84 |
| Hex | B0 | E4 | FB | 1E | 9 | 0 | 2 | C6 | 5A | 54 |
| Octal | 260 | 344 | 373 | 36 | 11 | 0 | 2 | 306 | 132 | 124 |
| Binary | 10110000 | 11100100 | 11111011 | 11110 | 1001 | 0 | 10 | 11000110 | 1011010 | 1010100 |
Color Harmonies of #B0E4FB
Complementary color
Monochromatic Colors of #B0E4FB
Black with #B0E4FB
Text Example
Text Example
White with #B0E4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E4FB; }
p { color: rgb(176,228,251); }
H1.HeaderClassName
{
color: #B0E4FB;
}
.AnyTagClassName
{
color: #B0E4FB;
}
</style>
background-color css
<style>
a { background-color: #B0E4FB; }
a { background-color: rgb(176,228,251); }
div.DivClassName
{
background-color: #B0E4FB;
}
.BgClassName
{
background-color: #B0E4FB;
}
</style>
border-color css
<style>
span { border-color: #B0E4FB; }
span { border-color: rgb(176,228,251); }
td.TdClassName
{
border-color: #B0E4FB;
}
.TagClassName
{
border-color: #B0E4FB;
}
</style>