Shades of Columbia Blue #B3E5FC
Tints of Columbia Blue #B3E5FC
RGB
CMYK
RGB Variations
Color information
#B3E5FC (or 0xB3E5FC) is known color: Columbia Blue. HEX triplet: B3, E5 and FC. RGB value is (179,229,252). Sum of RGB (Red+Green+Blue) = 179+229+252=660 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.12% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E5FC is #4C1A03. Grayscale: #D8D8D8. Windows color (decimal): -4987396 or 16573875. OLE color: 16573875.
HSL color Cylindrical-coordinate representation of color #B3E5FC: hue angle of 198.9º 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 #B3E5FC is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 229 | 252 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.01 |
| HSL | 198.9º | 0.92% | 0.85% | - |
| HSV(B) | 198.9º | 0.29% | 0.99% | - |
| XYZ | 64.18 | 72.65 | 102.74 | - |
| YUV | 216.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 229 | 252 | 0.29 | 0.09 | 0 | 0.01 | 198.9 | 0.92 | 0.85 |
| Hex | B3 | E5 | FC | 1D | 9 | 0 | 1 | C7 | 5C | 55 |
| Octal | 263 | 345 | 374 | 35 | 11 | 0 | 1 | 307 | 134 | 125 |
| Binary | 10110011 | 11100101 | 11111100 | 11101 | 1001 | 0 | 1 | 11000111 | 1011100 | 1010101 |
Color Harmonies of #B3E5FC
Complementary color
Monochromatic Colors of #B3E5FC
Black with #B3E5FC
Text Example
Text Example
White with #B3E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E5FC; }
p { color: rgb(179,229,252); }
H1.HeaderClassName
{
color: #B3E5FC;
}
.AnyTagClassName
{
color: #B3E5FC;
}
</style>
background-color css
<style>
a { background-color: #B3E5FC; }
a { background-color: rgb(179,229,252); }
div.DivClassName
{
background-color: #B3E5FC;
}
.BgClassName
{
background-color: #B3E5FC;
}
</style>
border-color css
<style>
span { border-color: #B3E5FC; }
span { border-color: rgb(179,229,252); }
td.TdClassName
{
border-color: #B3E5FC;
}
.TagClassName
{
border-color: #B3E5FC;
}
</style>