Shades of Columbia Blue #B3E1FF
Tints of Columbia Blue #B3E1FF
RGB
CMYK
RGB Variations
Color information
#B3E1FF (or 0xB3E1FF) is known color: Columbia Blue. HEX triplet: B3, E1 and FF. RGB value is (179,225,255). Sum of RGB (Red+Green+Blue) = 179+225+255=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E1FF is #4C1E00. Grayscale: #D6D6D6. Windows color (decimal): -4988417 or 16769459. OLE color: 16769459.
HSL color Cylindrical-coordinate representation of color #B3E1FF: hue angle of 203.68º 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 #B3E1FF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 225 | 255 | - |
| CMYK | 0.30 | 0.12 | 0 | 0 |
| HSL | 203.68º | 1% | 0.85% | - |
| HSV(B) | 203.68º | 0.3% | 1% | - |
| XYZ | 63.57 | 70.65 | 104.9 | - |
| YUV | 214.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 255 | 0.30 | 0.12 | 0 | 0 | 203.68 | 1 | 0.85 |
| Hex | B3 | E1 | FF | 1E | C | 0 | 0 | CC | 64 | 55 |
| Octal | 263 | 341 | 377 | 36 | 14 | 0 | 0 | 314 | 144 | 125 |
| Binary | 10110011 | 11100001 | 11111111 | 11110 | 1100 | 0 | 0 | 11001100 | 1100100 | 1010101 |
Color Harmonies of #B3E1FF
Complementary color
Monochromatic Colors of #B3E1FF
Black with #B3E1FF
Text Example
Text Example
White with #B3E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E1FF; }
p { color: rgb(179,225,255); }
H1.HeaderClassName
{
color: #B3E1FF;
}
.AnyTagClassName
{
color: #B3E1FF;
}
</style>
background-color css
<style>
a { background-color: #B3E1FF; }
a { background-color: rgb(179,225,255); }
div.DivClassName
{
background-color: #B3E1FF;
}
.BgClassName
{
background-color: #B3E1FF;
}
</style>
border-color css
<style>
span { border-color: #B3E1FF; }
span { border-color: rgb(179,225,255); }
td.TdClassName
{
border-color: #B3E1FF;
}
.TagClassName
{
border-color: #B3E1FF;
}
</style>