Shades of Columbia Blue #B0DFFF
Tints of Columbia Blue #B0DFFF
RGB
CMYK
RGB Variations
Color information
#B0DFFF (or 0xB0DFFF) is known color: Columbia Blue. HEX triplet: B0, DF and FF. RGB value is (176,223,255). Sum of RGB (Red+Green+Blue) = 176+223+255=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 223 (87.5% from 255 or 34.10% 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 #B0DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFFF is #4F2000. Grayscale: #D4D4D4. Windows color (decimal): -5185537 or 16768944. OLE color: 16768944.
HSL color Cylindrical-coordinate representation of color #B0DFFF: hue angle of 204.3º 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 #B0DFFF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 223 | 255 | - |
| CMYK | 0.31 | 0.13 | 0 | 0 |
| HSL | 204.3º | 1% | 0.85% | - |
| HSV(B) | 204.3º | 0.31% | 1% | - |
| XYZ | 62.34 | 69.23 | 104.68 | - |
| YUV | 212.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 255 | 0.31 | 0.13 | 0 | 0 | 204.3 | 1 | 0.85 |
| Hex | B0 | DF | FF | 1F | D | 0 | 0 | CC | 64 | 55 |
| Octal | 260 | 337 | 377 | 37 | 15 | 0 | 0 | 314 | 144 | 125 |
| Binary | 10110000 | 11011111 | 11111111 | 11111 | 1101 | 0 | 0 | 11001100 | 1100100 | 1010101 |
Color Harmonies of #B0DFFF
Complementary color
Monochromatic Colors of #B0DFFF
Black with #B0DFFF
Text Example
Text Example
White with #B0DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFFF; }
p { color: rgb(176,223,255); }
H1.HeaderClassName
{
color: #B0DFFF;
}
.AnyTagClassName
{
color: #B0DFFF;
}
</style>
background-color css
<style>
a { background-color: #B0DFFF; }
a { background-color: rgb(176,223,255); }
div.DivClassName
{
background-color: #B0DFFF;
}
.BgClassName
{
background-color: #B0DFFF;
}
</style>
border-color css
<style>
span { border-color: #B0DFFF; }
span { border-color: rgb(176,223,255); }
td.TdClassName
{
border-color: #B0DFFF;
}
.TagClassName
{
border-color: #B0DFFF;
}
</style>