Shades of Columbia Blue #B0DEFA
Tints of Columbia Blue #B0DEFA
RGB
CMYK
RGB Variations
Color information
#B0DEFA (or 0xB0DEFA) is known color: Columbia Blue. HEX triplet: B0, DE and FA. RGB value is (176,222,250). Sum of RGB (Red+Green+Blue) = 176+222+250=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEFA is #4F2105. Grayscale: #D3D3D3. Windows color (decimal): -5185798 or 16441008. OLE color: 16441008.
HSL color Cylindrical-coordinate representation of color #B0DEFA: hue angle of 202.7º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DEFA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 222 | 250 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.02 |
| HSL | 202.7º | 0.88% | 0.84% | - |
| HSV(B) | 202.7º | 0.3% | 0.98% | - |
| XYZ | 61.28 | 68.37 | 100.41 | - |
| YUV | 211.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 250 | 0.30 | 0.11 | 0 | 0.02 | 202.7 | 0.88 | 0.84 |
| Hex | B0 | DE | FA | 1E | B | 0 | 2 | CB | 58 | 54 |
| Octal | 260 | 336 | 372 | 36 | 13 | 0 | 2 | 313 | 130 | 124 |
| Binary | 10110000 | 11011110 | 11111010 | 11110 | 1011 | 0 | 10 | 11001011 | 1011000 | 1010100 |
Color Harmonies of #B0DEFA
Complementary color
Monochromatic Colors of #B0DEFA
Black with #B0DEFA
Text Example
Text Example
White with #B0DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEFA; }
p { color: rgb(176,222,250); }
H1.HeaderClassName
{
color: #B0DEFA;
}
.AnyTagClassName
{
color: #B0DEFA;
}
</style>
background-color css
<style>
a { background-color: #B0DEFA; }
a { background-color: rgb(176,222,250); }
div.DivClassName
{
background-color: #B0DEFA;
}
.BgClassName
{
background-color: #B0DEFA;
}
</style>
border-color css
<style>
span { border-color: #B0DEFA; }
span { border-color: rgb(176,222,250); }
td.TdClassName
{
border-color: #B0DEFA;
}
.TagClassName
{
border-color: #B0DEFA;
}
</style>