Shades of Columbia Blue #B1E2FD
Tints of Columbia Blue #B1E2FD
RGB
CMYK
RGB Variations
Color information
#B1E2FD (or 0xB1E2FD) is known color: Columbia Blue. HEX triplet: B1, E2 and FD. RGB value is (177,226,253). Sum of RGB (Red+Green+Blue) = 177+226+253=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2FD is #4E1D02. Grayscale: #D6D6D6. Windows color (decimal): -5119235 or 16638641. OLE color: 16638641.
HSL color Cylindrical-coordinate representation of color #B1E2FD: hue angle of 201.32º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1E2FD is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 226 | 253 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.01 |
| HSL | 201.32º | 0.95% | 0.84% | - |
| HSV(B) | 201.32º | 0.3% | 0.99% | - |
| XYZ | 63.06 | 70.83 | 103.28 | - |
| YUV | 214.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 253 | 0.30 | 0.11 | 0 | 0.01 | 201.32 | 0.95 | 0.84 |
| Hex | B1 | E2 | FD | 1E | B | 0 | 1 | C9 | 5F | 54 |
| Octal | 261 | 342 | 375 | 36 | 13 | 0 | 1 | 311 | 137 | 124 |
| Binary | 10110001 | 11100010 | 11111101 | 11110 | 1011 | 0 | 1 | 11001001 | 1011111 | 1010100 |
Color Harmonies of #B1E2FD
Complementary color
Monochromatic Colors of #B1E2FD
Black with #B1E2FD
Text Example
Text Example
White with #B1E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2FD; }
p { color: rgb(177,226,253); }
H1.HeaderClassName
{
color: #B1E2FD;
}
.AnyTagClassName
{
color: #B1E2FD;
}
</style>
background-color css
<style>
a { background-color: #B1E2FD; }
a { background-color: rgb(177,226,253); }
div.DivClassName
{
background-color: #B1E2FD;
}
.BgClassName
{
background-color: #B1E2FD;
}
</style>
border-color css
<style>
span { border-color: #B1E2FD; }
span { border-color: rgb(177,226,253); }
td.TdClassName
{
border-color: #B1E2FD;
}
.TagClassName
{
border-color: #B1E2FD;
}
</style>