Shades of Columbia Blue #B0E1FA
Tints of Columbia Blue #B0E1FA
RGB
CMYK
RGB Variations
Color information
#B0E1FA (or 0xB0E1FA) is known color: Columbia Blue. HEX triplet: B0, E1 and FA. RGB value is (176,225,250). Sum of RGB (Red+Green+Blue) = 176+225+250=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1FA is #4F1E05. Grayscale: #D5D5D5. Windows color (decimal): -5185030 or 16441776. OLE color: 16441776.
HSL color Cylindrical-coordinate representation of color #B0E1FA: hue angle of 200.27º degrees, saturation: 0.88, 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 #B0E1FA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 225 | 250 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.02 |
| HSL | 200.27º | 0.88% | 0.84% | - |
| HSV(B) | 200.27º | 0.3% | 0.98% | - |
| XYZ | 62.09 | 69.98 | 100.68 | - |
| YUV | 213.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 250 | 0.30 | 0.10 | 0 | 0.02 | 200.27 | 0.88 | 0.84 |
| Hex | B0 | E1 | FA | 1E | A | 0 | 2 | C8 | 58 | 54 |
| Octal | 260 | 341 | 372 | 36 | 12 | 0 | 2 | 310 | 130 | 124 |
| Binary | 10110000 | 11100001 | 11111010 | 11110 | 1010 | 0 | 10 | 11001000 | 1011000 | 1010100 |
Color Harmonies of #B0E1FA
Complementary color
Monochromatic Colors of #B0E1FA
Black with #B0E1FA
Text Example
Text Example
White with #B0E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1FA; }
p { color: rgb(176,225,250); }
H1.HeaderClassName
{
color: #B0E1FA;
}
.AnyTagClassName
{
color: #B0E1FA;
}
</style>
background-color css
<style>
a { background-color: #B0E1FA; }
a { background-color: rgb(176,225,250); }
div.DivClassName
{
background-color: #B0E1FA;
}
.BgClassName
{
background-color: #B0E1FA;
}
</style>
border-color css
<style>
span { border-color: #B0E1FA; }
span { border-color: rgb(176,225,250); }
td.TdClassName
{
border-color: #B0E1FA;
}
.TagClassName
{
border-color: #B0E1FA;
}
</style>