Shades of Columbia Blue #B1E0FA
Tints of Columbia Blue #B1E0FA
RGB
CMYK
RGB Variations
Color information
#B1E0FA (or 0xB1E0FA) is known color: Columbia Blue. HEX triplet: B1, E0 and FA. RGB value is (177,224,250). Sum of RGB (Red+Green+Blue) = 177+224+250=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 224 (87.89% from 255 or 34.41% 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 #B1E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E0FA is #4E1F05. Grayscale: #D4D4D4. Windows color (decimal): -5119750 or 16441521. OLE color: 16441521.
HSL color Cylindrical-coordinate representation of color #B1E0FA: hue angle of 201.37º 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 #B1E0FA is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 224 | 250 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.02 |
| HSL | 201.37º | 0.88% | 0.84% | - |
| HSV(B) | 201.37º | 0.29% | 0.98% | - |
| XYZ | 62.04 | 69.56 | 100.6 | - |
| YUV | 212.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 250 | 0.29 | 0.10 | 0 | 0.02 | 201.37 | 0.88 | 0.84 |
| Hex | B1 | E0 | FA | 1D | A | 0 | 2 | C9 | 58 | 54 |
| Octal | 261 | 340 | 372 | 35 | 12 | 0 | 2 | 311 | 130 | 124 |
| Binary | 10110001 | 11100000 | 11111010 | 11101 | 1010 | 0 | 10 | 11001001 | 1011000 | 1010100 |
Color Harmonies of #B1E0FA
Complementary color
Monochromatic Colors of #B1E0FA
Black with #B1E0FA
Text Example
Text Example
White with #B1E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E0FA; }
p { color: rgb(177,224,250); }
H1.HeaderClassName
{
color: #B1E0FA;
}
.AnyTagClassName
{
color: #B1E0FA;
}
</style>
background-color css
<style>
a { background-color: #B1E0FA; }
a { background-color: rgb(177,224,250); }
div.DivClassName
{
background-color: #B1E0FA;
}
.BgClassName
{
background-color: #B1E0FA;
}
</style>
border-color css
<style>
span { border-color: #B1E0FA; }
span { border-color: rgb(177,224,250); }
td.TdClassName
{
border-color: #B1E0FA;
}
.TagClassName
{
border-color: #B1E0FA;
}
</style>