Shades of Columbia Blue #B1E1FE
Tints of Columbia Blue #B1E1FE
RGB
CMYK
RGB Variations
Color information
#B1E1FE (or 0xB1E1FE) is known color: Columbia Blue. HEX triplet: B1, E1 and FE. RGB value is (177,225,254). Sum of RGB (Red+Green+Blue) = 177+225+254=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1FE is #4E1E01. Grayscale: #D5D5D5. Windows color (decimal): -5119490 or 16703921. OLE color: 16703921.
HSL color Cylindrical-coordinate representation of color #B1E1FE: hue angle of 202.6º 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 #B1E1FE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 225 | 254 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.00 |
| HSL | 202.6º | 0.97% | 0.85% | - |
| HSV(B) | 202.6º | 0.3% | 1% | - |
| XYZ | 62.95 | 70.35 | 104.03 | - |
| YUV | 213.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 254 | 0.30 | 0.11 | 0 | 0.00 | 202.6 | 0.97 | 0.85 |
| Hex | B1 | E1 | FE | 1E | B | 0 | 0 | CB | 61 | 55 |
| Octal | 261 | 341 | 376 | 36 | 13 | 0 | 0 | 313 | 141 | 125 |
| Binary | 10110001 | 11100001 | 11111110 | 11110 | 1011 | 0 | 0 | 11001011 | 1100001 | 1010101 |
Color Harmonies of #B1E1FE
Complementary color
Monochromatic Colors of #B1E1FE
Black with #B1E1FE
Text Example
Text Example
White with #B1E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1FE; }
p { color: rgb(177,225,254); }
H1.HeaderClassName
{
color: #B1E1FE;
}
.AnyTagClassName
{
color: #B1E1FE;
}
</style>
background-color css
<style>
a { background-color: #B1E1FE; }
a { background-color: rgb(177,225,254); }
div.DivClassName
{
background-color: #B1E1FE;
}
.BgClassName
{
background-color: #B1E1FE;
}
</style>
border-color css
<style>
span { border-color: #B1E1FE; }
span { border-color: rgb(177,225,254); }
td.TdClassName
{
border-color: #B1E1FE;
}
.TagClassName
{
border-color: #B1E1FE;
}
</style>