Shades of Columbia Blue #B2DFFB
Tints of Columbia Blue #B2DFFB
RGB
CMYK
RGB Variations
Color information
#B2DFFB (or 0xB2DFFB) is known color: Columbia Blue. HEX triplet: B2, DF and FB. RGB value is (178,223,251). Sum of RGB (Red+Green+Blue) = 178+223+251=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFB is #4D2004. Grayscale: #D4D4D4. Windows color (decimal): -5054469 or 16506802. OLE color: 16506802.
HSL color Cylindrical-coordinate representation of color #B2DFFB: hue angle of 203.01º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DFFB is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 223 | 251 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.02 |
| HSL | 203.01º | 0.9% | 0.84% | - |
| HSV(B) | 203.01º | 0.29% | 0.98% | - |
| XYZ | 62.16 | 69.21 | 101.35 | - |
| YUV | 212.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 251 | 0.29 | 0.11 | 0 | 0.02 | 203.01 | 0.9 | 0.84 |
| Hex | B2 | DF | FB | 1D | B | 0 | 2 | CB | 5A | 54 |
| Octal | 262 | 337 | 373 | 35 | 13 | 0 | 2 | 313 | 132 | 124 |
| Binary | 10110010 | 11011111 | 11111011 | 11101 | 1011 | 0 | 10 | 11001011 | 1011010 | 1010100 |
Color Harmonies of #B2DFFB
Complementary color
Monochromatic Colors of #B2DFFB
Black with #B2DFFB
Text Example
Text Example
White with #B2DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFFB; }
p { color: rgb(178,223,251); }
H1.HeaderClassName
{
color: #B2DFFB;
}
.AnyTagClassName
{
color: #B2DFFB;
}
</style>
background-color css
<style>
a { background-color: #B2DFFB; }
a { background-color: rgb(178,223,251); }
div.DivClassName
{
background-color: #B2DFFB;
}
.BgClassName
{
background-color: #B2DFFB;
}
</style>
border-color css
<style>
span { border-color: #B2DFFB; }
span { border-color: rgb(178,223,251); }
td.TdClassName
{
border-color: #B2DFFB;
}
.TagClassName
{
border-color: #B2DFFB;
}
</style>