Shades of Columbia Blue #B0DEFE
Tints of Columbia Blue #B0DEFE
RGB
CMYK
RGB Variations
Color information
#B0DEFE (or 0xB0DEFE) is known color: Columbia Blue. HEX triplet: B0, DE and FE. RGB value is (176,222,254). Sum of RGB (Red+Green+Blue) = 176+222+254=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEFE is #4F2101. Grayscale: #D3D3D3. Windows color (decimal): -5185794 or 16703152. OLE color: 16703152.
HSL color Cylindrical-coordinate representation of color #B0DEFE: hue angle of 204.62º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DEFE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 222 | 254 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.00 |
| HSL | 204.62º | 0.98% | 0.84% | - |
| HSV(B) | 204.62º | 0.31% | 1% | - |
| XYZ | 61.92 | 68.63 | 103.75 | - |
| YUV | 211.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 254 | 0.31 | 0.13 | 0 | 0.00 | 204.62 | 0.98 | 0.84 |
| Hex | B0 | DE | FE | 1F | D | 0 | 0 | CD | 62 | 54 |
| Octal | 260 | 336 | 376 | 37 | 15 | 0 | 0 | 315 | 142 | 124 |
| Binary | 10110000 | 11011110 | 11111110 | 11111 | 1101 | 0 | 0 | 11001101 | 1100010 | 1010100 |
Color Harmonies of #B0DEFE
Complementary color
Monochromatic Colors of #B0DEFE
Black with #B0DEFE
Text Example
Text Example
White with #B0DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEFE; }
p { color: rgb(176,222,254); }
H1.HeaderClassName
{
color: #B0DEFE;
}
.AnyTagClassName
{
color: #B0DEFE;
}
</style>
background-color css
<style>
a { background-color: #B0DEFE; }
a { background-color: rgb(176,222,254); }
div.DivClassName
{
background-color: #B0DEFE;
}
.BgClassName
{
background-color: #B0DEFE;
}
</style>
border-color css
<style>
span { border-color: #B0DEFE; }
span { border-color: rgb(176,222,254); }
td.TdClassName
{
border-color: #B0DEFE;
}
.TagClassName
{
border-color: #B0DEFE;
}
</style>