Shades of Columbia Blue #B0DFFE
Tints of Columbia Blue #B0DFFE
RGB
CMYK
RGB Variations
Color information
#B0DFFE (or 0xB0DFFE) is known color: Columbia Blue. HEX triplet: B0, DF and FE. RGB value is (176,223,254). Sum of RGB (Red+Green+Blue) = 176+223+254=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFFE is #4F2001. Grayscale: #D4D4D4. Windows color (decimal): -5185538 or 16703408. OLE color: 16703408.
HSL color Cylindrical-coordinate representation of color #B0DFFE: hue angle of 203.85º 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 #B0DFFE is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 223 | 254 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.00 |
| HSL | 203.85º | 0.98% | 0.84% | - |
| HSV(B) | 203.85º | 0.31% | 1% | - |
| XYZ | 62.18 | 69.16 | 103.84 | - |
| YUV | 212.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 254 | 0.31 | 0.12 | 0 | 0.00 | 203.85 | 0.98 | 0.84 |
| Hex | B0 | DF | FE | 1F | C | 0 | 0 | CC | 62 | 54 |
| Octal | 260 | 337 | 376 | 37 | 14 | 0 | 0 | 314 | 142 | 124 |
| Binary | 10110000 | 11011111 | 11111110 | 11111 | 1100 | 0 | 0 | 11001100 | 1100010 | 1010100 |
Color Harmonies of #B0DFFE
Complementary color
Monochromatic Colors of #B0DFFE
Black with #B0DFFE
Text Example
Text Example
White with #B0DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFFE; }
p { color: rgb(176,223,254); }
H1.HeaderClassName
{
color: #B0DFFE;
}
.AnyTagClassName
{
color: #B0DFFE;
}
</style>
background-color css
<style>
a { background-color: #B0DFFE; }
a { background-color: rgb(176,223,254); }
div.DivClassName
{
background-color: #B0DFFE;
}
.BgClassName
{
background-color: #B0DFFE;
}
</style>
border-color css
<style>
span { border-color: #B0DFFE; }
span { border-color: rgb(176,223,254); }
td.TdClassName
{
border-color: #B0DFFE;
}
.TagClassName
{
border-color: #B0DFFE;
}
</style>