Shades of Columbia Blue #B3E8FE
Tints of Columbia Blue #B3E8FE
RGB
CMYK
RGB Variations
Color information
#B3E8FE (or 0xB3E8FE) is known color: Columbia Blue. HEX triplet: B3, E8 and FE. RGB value is (179,232,254). Sum of RGB (Red+Green+Blue) = 179+232+254=665 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.92% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E8FE is #4C1701. Grayscale: #DADADA. Windows color (decimal): -4986626 or 16705715. OLE color: 16705715.
HSL color Cylindrical-coordinate representation of color #B3E8FE: hue angle of 197.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3E8FE is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 232 | 254 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.00 |
| HSL | 197.6º | 0.97% | 0.85% | - |
| HSV(B) | 197.6º | 0.3% | 1% | - |
| XYZ | 65.34 | 74.45 | 104.69 | - |
| YUV | 218.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 254 | 0.30 | 0.09 | 0 | 0.00 | 197.6 | 0.97 | 0.85 |
| Hex | B3 | E8 | FE | 1E | 9 | 0 | 0 | C6 | 61 | 55 |
| Octal | 263 | 350 | 376 | 36 | 11 | 0 | 0 | 306 | 141 | 125 |
| Binary | 10110011 | 11101000 | 11111110 | 11110 | 1001 | 0 | 0 | 11000110 | 1100001 | 1010101 |
Color Harmonies of #B3E8FE
Complementary color
Monochromatic Colors of #B3E8FE
Black with #B3E8FE
Text Example
Text Example
White with #B3E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8FE; }
p { color: rgb(179,232,254); }
H1.HeaderClassName
{
color: #B3E8FE;
}
.AnyTagClassName
{
color: #B3E8FE;
}
</style>
background-color css
<style>
a { background-color: #B3E8FE; }
a { background-color: rgb(179,232,254); }
div.DivClassName
{
background-color: #B3E8FE;
}
.BgClassName
{
background-color: #B3E8FE;
}
</style>
border-color css
<style>
span { border-color: #B3E8FE; }
span { border-color: rgb(179,232,254); }
td.TdClassName
{
border-color: #B3E8FE;
}
.TagClassName
{
border-color: #B3E8FE;
}
</style>