Shades of Columbia Blue #B2DFFC
Tints of Columbia Blue #B2DFFC
RGB
CMYK
RGB Variations
Color information
#B2DFFC (or 0xB2DFFC) is known color: Columbia Blue. HEX triplet: B2, DF and FC. RGB value is (178,223,252). Sum of RGB (Red+Green+Blue) = 178+223+252=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFC is #4D2003. Grayscale: #D4D4D4. Windows color (decimal): -5054468 or 16572338. OLE color: 16572338.
HSL color Cylindrical-coordinate representation of color #B2DFFC: hue angle of 203.51º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DFFC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 223 | 252 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.01 |
| HSL | 203.51º | 0.93% | 0.84% | - |
| HSV(B) | 203.51º | 0.29% | 0.99% | - |
| XYZ | 62.32 | 69.27 | 102.18 | - |
| YUV | 212.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 252 | 0.29 | 0.12 | 0 | 0.01 | 203.51 | 0.93 | 0.84 |
| Hex | B2 | DF | FC | 1D | C | 0 | 1 | CC | 5C | 54 |
| Octal | 262 | 337 | 374 | 35 | 14 | 0 | 1 | 314 | 134 | 124 |
| Binary | 10110010 | 11011111 | 11111100 | 11101 | 1100 | 0 | 1 | 11001100 | 1011100 | 1010100 |
Color Harmonies of #B2DFFC
Complementary color
Monochromatic Colors of #B2DFFC
Black with #B2DFFC
Text Example
Text Example
White with #B2DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFFC; }
p { color: rgb(178,223,252); }
H1.HeaderClassName
{
color: #B2DFFC;
}
.AnyTagClassName
{
color: #B2DFFC;
}
</style>
background-color css
<style>
a { background-color: #B2DFFC; }
a { background-color: rgb(178,223,252); }
div.DivClassName
{
background-color: #B2DFFC;
}
.BgClassName
{
background-color: #B2DFFC;
}
</style>
border-color css
<style>
span { border-color: #B2DFFC; }
span { border-color: rgb(178,223,252); }
td.TdClassName
{
border-color: #B2DFFC;
}
.TagClassName
{
border-color: #B2DFFC;
}
</style>