Shades of Columbia Blue #B2DFFF
Tints of Columbia Blue #B2DFFF
RGB
CMYK
RGB Variations
Color information
#B2DFFF (or 0xB2DFFF) is known color: Columbia Blue. HEX triplet: B2, DF and FF. RGB value is (178,223,255). Sum of RGB (Red+Green+Blue) = 178+223+255=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFF is #4D2000. Grayscale: #D5D5D5. Windows color (decimal): -5054465 or 16768946. OLE color: 16768946.
HSL color Cylindrical-coordinate representation of color #B2DFFF: hue angle of 204.94º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2DFFF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 223 | 255 | - |
| CMYK | 0.30 | 0.13 | 0 | 0 |
| HSL | 204.94º | 1% | 0.85% | - |
| HSV(B) | 204.94º | 0.3% | 1% | - |
| XYZ | 62.8 | 69.46 | 104.71 | - |
| YUV | 213.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 255 | 0.30 | 0.13 | 0 | 0 | 204.94 | 1 | 0.85 |
| Hex | B2 | DF | FF | 1E | D | 0 | 0 | CD | 64 | 55 |
| Octal | 262 | 337 | 377 | 36 | 15 | 0 | 0 | 315 | 144 | 125 |
| Binary | 10110010 | 11011111 | 11111111 | 11110 | 1101 | 0 | 0 | 11001101 | 1100100 | 1010101 |
Color Harmonies of #B2DFFF
Complementary color
Monochromatic Colors of #B2DFFF
Black with #B2DFFF
Text Example
Text Example
White with #B2DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFFF; }
p { color: rgb(178,223,255); }
H1.HeaderClassName
{
color: #B2DFFF;
}
.AnyTagClassName
{
color: #B2DFFF;
}
</style>
background-color css
<style>
a { background-color: #B2DFFF; }
a { background-color: rgb(178,223,255); }
div.DivClassName
{
background-color: #B2DFFF;
}
.BgClassName
{
background-color: #B2DFFF;
}
</style>
border-color css
<style>
span { border-color: #B2DFFF; }
span { border-color: rgb(178,223,255); }
td.TdClassName
{
border-color: #B2DFFF;
}
.TagClassName
{
border-color: #B2DFFF;
}
</style>