Shades of Columbia Blue #B3E1FE
Tints of Columbia Blue #B3E1FE
RGB
CMYK
RGB Variations
Color information
#B3E1FE (or 0xB3E1FE) is known color: Columbia Blue. HEX triplet: B3, E1 and FE. RGB value is (179,225,254). Sum of RGB (Red+Green+Blue) = 179+225+254=658 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.20% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E1FE is #4C1E01. Grayscale: #D6D6D6. Windows color (decimal): -4988418 or 16703923. OLE color: 16703923.
HSL color Cylindrical-coordinate representation of color #B3E1FE: hue angle of 203.2º 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 #B3E1FE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 225 | 254 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.00 |
| HSL | 203.2º | 0.97% | 0.85% | - |
| HSV(B) | 203.2º | 0.3% | 1% | - |
| XYZ | 63.41 | 70.59 | 104.05 | - |
| YUV | 214.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 254 | 0.30 | 0.11 | 0 | 0.00 | 203.2 | 0.97 | 0.85 |
| Hex | B3 | E1 | FE | 1E | B | 0 | 0 | CB | 61 | 55 |
| Octal | 263 | 341 | 376 | 36 | 13 | 0 | 0 | 313 | 141 | 125 |
| Binary | 10110011 | 11100001 | 11111110 | 11110 | 1011 | 0 | 0 | 11001011 | 1100001 | 1010101 |
Color Harmonies of #B3E1FE
Complementary color
Monochromatic Colors of #B3E1FE
Black with #B3E1FE
Text Example
Text Example
White with #B3E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E1FE; }
p { color: rgb(179,225,254); }
H1.HeaderClassName
{
color: #B3E1FE;
}
.AnyTagClassName
{
color: #B3E1FE;
}
</style>
background-color css
<style>
a { background-color: #B3E1FE; }
a { background-color: rgb(179,225,254); }
div.DivClassName
{
background-color: #B3E1FE;
}
.BgClassName
{
background-color: #B3E1FE;
}
</style>
border-color css
<style>
span { border-color: #B3E1FE; }
span { border-color: rgb(179,225,254); }
td.TdClassName
{
border-color: #B3E1FE;
}
.TagClassName
{
border-color: #B3E1FE;
}
</style>