Shades of Columbia Blue #B3DFFC
Tints of Columbia Blue #B3DFFC
RGB
CMYK
RGB Variations
Color information
#B3DFFC (or 0xB3DFFC) is known color: Columbia Blue. HEX triplet: B3, DF and FC. RGB value is (179,223,252). Sum of RGB (Red+Green+Blue) = 179+223+252=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DFFC is #4C2003. Grayscale: #D4D4D4. Windows color (decimal): -4988932 or 16572339. OLE color: 16572339.
HSL color Cylindrical-coordinate representation of color #B3DFFC: hue angle of 203.84º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3DFFC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 223 | 252 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.01 |
| HSL | 203.84º | 0.92% | 0.85% | - |
| HSV(B) | 203.84º | 0.29% | 0.99% | - |
| XYZ | 62.55 | 69.39 | 102.19 | - |
| YUV | 213.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 252 | 0.29 | 0.12 | 0 | 0.01 | 203.84 | 0.92 | 0.85 |
| Hex | B3 | DF | FC | 1D | C | 0 | 1 | CC | 5C | 55 |
| Octal | 263 | 337 | 374 | 35 | 14 | 0 | 1 | 314 | 134 | 125 |
| Binary | 10110011 | 11011111 | 11111100 | 11101 | 1100 | 0 | 1 | 11001100 | 1011100 | 1010101 |
Color Harmonies of #B3DFFC
Complementary color
Monochromatic Colors of #B3DFFC
Black with #B3DFFC
Text Example
Text Example
White with #B3DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DFFC; }
p { color: rgb(179,223,252); }
H1.HeaderClassName
{
color: #B3DFFC;
}
.AnyTagClassName
{
color: #B3DFFC;
}
</style>
background-color css
<style>
a { background-color: #B3DFFC; }
a { background-color: rgb(179,223,252); }
div.DivClassName
{
background-color: #B3DFFC;
}
.BgClassName
{
background-color: #B3DFFC;
}
</style>
border-color css
<style>
span { border-color: #B3DFFC; }
span { border-color: rgb(179,223,252); }
td.TdClassName
{
border-color: #B3DFFC;
}
.TagClassName
{
border-color: #B3DFFC;
}
</style>