Shades of Columbia Blue #B0DEFF
Tints of Columbia Blue #B0DEFF
RGB
CMYK
RGB Variations
Color information
#B0DEFF (or 0xB0DEFF) is known color: Columbia Blue. HEX triplet: B0, DE and FF. RGB value is (176,222,255). Sum of RGB (Red+Green+Blue) = 176+222+255=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEFF is #4F2100. Grayscale: #D3D3D3. Windows color (decimal): -5185793 or 16768688. OLE color: 16768688.
HSL color Cylindrical-coordinate representation of color #B0DEFF: hue angle of 205.06º 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 #B0DEFF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 222 | 255 | - |
| CMYK | 0.31 | 0.13 | 0 | 0 |
| HSL | 205.06º | 1% | 0.85% | - |
| HSV(B) | 205.06º | 0.31% | 1% | - |
| XYZ | 62.08 | 68.69 | 104.6 | - |
| YUV | 212.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 255 | 0.31 | 0.13 | 0 | 0 | 205.06 | 1 | 0.85 |
| Hex | B0 | DE | FF | 1F | D | 0 | 0 | CD | 64 | 55 |
| Octal | 260 | 336 | 377 | 37 | 15 | 0 | 0 | 315 | 144 | 125 |
| Binary | 10110000 | 11011110 | 11111111 | 11111 | 1101 | 0 | 0 | 11001101 | 1100100 | 1010101 |
Color Harmonies of #B0DEFF
Complementary color
Monochromatic Colors of #B0DEFF
Black with #B0DEFF
Text Example
Text Example
White with #B0DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEFF; }
p { color: rgb(176,222,255); }
H1.HeaderClassName
{
color: #B0DEFF;
}
.AnyTagClassName
{
color: #B0DEFF;
}
</style>
background-color css
<style>
a { background-color: #B0DEFF; }
a { background-color: rgb(176,222,255); }
div.DivClassName
{
background-color: #B0DEFF;
}
.BgClassName
{
background-color: #B0DEFF;
}
</style>
border-color css
<style>
span { border-color: #B0DEFF; }
span { border-color: rgb(176,222,255); }
td.TdClassName
{
border-color: #B0DEFF;
}
.TagClassName
{
border-color: #B0DEFF;
}
</style>