Shades of Columbia Blue #B1DEFF
Tints of Columbia Blue #B1DEFF
RGB
CMYK
RGB Variations
Color information
#B1DEFF (or 0xB1DEFF) is known color: Columbia Blue. HEX triplet: B1, DE and FF. RGB value is (177,222,255). Sum of RGB (Red+Green+Blue) = 177+222+255=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEFF is #4E2100. Grayscale: #D4D4D4. Windows color (decimal): -5120257 or 16768689. OLE color: 16768689.
HSL color Cylindrical-coordinate representation of color #B1DEFF: hue angle of 205.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1DEFF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 222 | 255 | - |
| CMYK | 0.31 | 0.13 | 0 | 0 |
| HSL | 205.38º | 1% | 0.85% | - |
| HSV(B) | 205.38º | 0.31% | 1% | - |
| XYZ | 62.3 | 68.81 | 104.61 | - |
| YUV | 212.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 255 | 0.31 | 0.13 | 0 | 0 | 205.38 | 1 | 0.85 |
| Hex | B1 | DE | FF | 1F | D | 0 | 0 | CD | 64 | 55 |
| Octal | 261 | 336 | 377 | 37 | 15 | 0 | 0 | 315 | 144 | 125 |
| Binary | 10110001 | 11011110 | 11111111 | 11111 | 1101 | 0 | 0 | 11001101 | 1100100 | 1010101 |
Color Harmonies of #B1DEFF
Complementary color
Monochromatic Colors of #B1DEFF
Black with #B1DEFF
Text Example
Text Example
White with #B1DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEFF; }
p { color: rgb(177,222,255); }
H1.HeaderClassName
{
color: #B1DEFF;
}
.AnyTagClassName
{
color: #B1DEFF;
}
</style>
background-color css
<style>
a { background-color: #B1DEFF; }
a { background-color: rgb(177,222,255); }
div.DivClassName
{
background-color: #B1DEFF;
}
.BgClassName
{
background-color: #B1DEFF;
}
</style>
border-color css
<style>
span { border-color: #B1DEFF; }
span { border-color: rgb(177,222,255); }
td.TdClassName
{
border-color: #B1DEFF;
}
.TagClassName
{
border-color: #B1DEFF;
}
</style>