Shades of Columbia Blue #B1DFFF
Tints of Columbia Blue #B1DFFF
RGB
CMYK
RGB Variations
Color information
#B1DFFF (or 0xB1DFFF) is known color: Columbia Blue. HEX triplet: B1, DF and FF. RGB value is (177,223,255). Sum of RGB (Red+Green+Blue) = 177+223+255=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFFF is #4E2000. Grayscale: #D4D4D4. Windows color (decimal): -5120001 or 16768945. OLE color: 16768945.
HSL color Cylindrical-coordinate representation of color #B1DFFF: hue angle of 204.62º 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 #B1DFFF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 223 | 255 | - |
| CMYK | 0.31 | 0.13 | 0 | 0 |
| HSL | 204.62º | 1% | 0.85% | - |
| HSV(B) | 204.62º | 0.31% | 1% | - |
| XYZ | 62.57 | 69.34 | 104.69 | - |
| YUV | 212.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 255 | 0.31 | 0.13 | 0 | 0 | 204.62 | 1 | 0.85 |
| Hex | B1 | DF | FF | 1F | D | 0 | 0 | CD | 64 | 55 |
| Octal | 261 | 337 | 377 | 37 | 15 | 0 | 0 | 315 | 144 | 125 |
| Binary | 10110001 | 11011111 | 11111111 | 11111 | 1101 | 0 | 0 | 11001101 | 1100100 | 1010101 |
Color Harmonies of #B1DFFF
Complementary color
Monochromatic Colors of #B1DFFF
Black with #B1DFFF
Text Example
Text Example
White with #B1DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFFF; }
p { color: rgb(177,223,255); }
H1.HeaderClassName
{
color: #B1DFFF;
}
.AnyTagClassName
{
color: #B1DFFF;
}
</style>
background-color css
<style>
a { background-color: #B1DFFF; }
a { background-color: rgb(177,223,255); }
div.DivClassName
{
background-color: #B1DFFF;
}
.BgClassName
{
background-color: #B1DFFF;
}
</style>
border-color css
<style>
span { border-color: #B1DFFF; }
span { border-color: rgb(177,223,255); }
td.TdClassName
{
border-color: #B1DFFF;
}
.TagClassName
{
border-color: #B1DFFF;
}
</style>