Shades of Columbia Blue #B1E1FA
Tints of Columbia Blue #B1E1FA
RGB
CMYK
RGB Variations
Color information
#B1E1FA (or 0xB1E1FA) is known color: Columbia Blue. HEX triplet: B1, E1 and FA. RGB value is (177,225,250). Sum of RGB (Red+Green+Blue) = 177+225+250=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1FA is #4E1E05. Grayscale: #D5D5D5. Windows color (decimal): -5119494 or 16441777. OLE color: 16441777.
HSL color Cylindrical-coordinate representation of color #B1E1FA: hue angle of 200.55º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1E1FA is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 225 | 250 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.02 |
| HSL | 200.55º | 0.88% | 0.84% | - |
| HSV(B) | 200.55º | 0.29% | 0.98% | - |
| XYZ | 62.31 | 70.1 | 100.69 | - |
| YUV | 213.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 250 | 0.29 | 0.10 | 0 | 0.02 | 200.55 | 0.88 | 0.84 |
| Hex | B1 | E1 | FA | 1D | A | 0 | 2 | C9 | 58 | 54 |
| Octal | 261 | 341 | 372 | 35 | 12 | 0 | 2 | 311 | 130 | 124 |
| Binary | 10110001 | 11100001 | 11111010 | 11101 | 1010 | 0 | 10 | 11001001 | 1011000 | 1010100 |
Color Harmonies of #B1E1FA
Complementary color
Monochromatic Colors of #B1E1FA
Black with #B1E1FA
Text Example
Text Example
White with #B1E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1FA; }
p { color: rgb(177,225,250); }
H1.HeaderClassName
{
color: #B1E1FA;
}
.AnyTagClassName
{
color: #B1E1FA;
}
</style>
background-color css
<style>
a { background-color: #B1E1FA; }
a { background-color: rgb(177,225,250); }
div.DivClassName
{
background-color: #B1E1FA;
}
.BgClassName
{
background-color: #B1E1FA;
}
</style>
border-color css
<style>
span { border-color: #B1E1FA; }
span { border-color: rgb(177,225,250); }
td.TdClassName
{
border-color: #B1E1FA;
}
.TagClassName
{
border-color: #B1E1FA;
}
</style>