Shades of Columbia Blue #B1E2FE
Tints of Columbia Blue #B1E2FE
RGB
CMYK
RGB Variations
Color information
#B1E2FE (or 0xB1E2FE) is known color: Columbia Blue. HEX triplet: B1, E2 and FE. RGB value is (177,226,254). Sum of RGB (Red+Green+Blue) = 177+226+254=657 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.94% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2FE is #4E1D01. Grayscale: #D6D6D6. Windows color (decimal): -5119234 or 16704177. OLE color: 16704177.
HSL color Cylindrical-coordinate representation of color #B1E2FE: hue angle of 201.82º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1E2FE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 226 | 254 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.00 |
| HSL | 201.82º | 0.97% | 0.85% | - |
| HSV(B) | 201.82º | 0.3% | 1% | - |
| XYZ | 63.22 | 70.9 | 104.12 | - |
| YUV | 214.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 254 | 0.30 | 0.11 | 0 | 0.00 | 201.82 | 0.97 | 0.85 |
| Hex | B1 | E2 | FE | 1E | B | 0 | 0 | CA | 61 | 55 |
| Octal | 261 | 342 | 376 | 36 | 13 | 0 | 0 | 312 | 141 | 125 |
| Binary | 10110001 | 11100010 | 11111110 | 11110 | 1011 | 0 | 0 | 11001010 | 1100001 | 1010101 |
Color Harmonies of #B1E2FE
Complementary color
Monochromatic Colors of #B1E2FE
Black with #B1E2FE
Text Example
Text Example
White with #B1E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2FE; }
p { color: rgb(177,226,254); }
H1.HeaderClassName
{
color: #B1E2FE;
}
.AnyTagClassName
{
color: #B1E2FE;
}
</style>
background-color css
<style>
a { background-color: #B1E2FE; }
a { background-color: rgb(177,226,254); }
div.DivClassName
{
background-color: #B1E2FE;
}
.BgClassName
{
background-color: #B1E2FE;
}
</style>
border-color css
<style>
span { border-color: #B1E2FE; }
span { border-color: rgb(177,226,254); }
td.TdClassName
{
border-color: #B1E2FE;
}
.TagClassName
{
border-color: #B1E2FE;
}
</style>