Shades of Columbia Blue #B5E1FE
Tints of Columbia Blue #B5E1FE
RGB
CMYK
RGB Variations
Color information
#B5E1FE (or 0xB5E1FE) is known color: Columbia Blue. HEX triplet: B5, E1 and FE. RGB value is (181,225,254). Sum of RGB (Red+Green+Blue) = 181+225+254=660 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.42% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E1FE is #4A1E01. Grayscale: #D6D6D6. Windows color (decimal): -4857346 or 16703925. OLE color: 16703925.
HSL color Cylindrical-coordinate representation of color #B5E1FE: hue angle of 203.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5E1FE is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 225 | 254 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.00 |
| HSL | 203.84º | 0.97% | 0.85% | - |
| HSV(B) | 203.84º | 0.29% | 1% | - |
| XYZ | 63.87 | 70.83 | 104.07 | - |
| YUV | 215.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 254 | 0.29 | 0.11 | 0 | 0.00 | 203.84 | 0.97 | 0.85 |
| Hex | B5 | E1 | FE | 1D | B | 0 | 0 | CC | 61 | 55 |
| Octal | 265 | 341 | 376 | 35 | 13 | 0 | 0 | 314 | 141 | 125 |
| Binary | 10110101 | 11100001 | 11111110 | 11101 | 1011 | 0 | 0 | 11001100 | 1100001 | 1010101 |
Color Harmonies of #B5E1FE
Complementary color
Monochromatic Colors of #B5E1FE
Black with #B5E1FE
Text Example
Text Example
White with #B5E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E1FE; }
p { color: rgb(181,225,254); }
H1.HeaderClassName
{
color: #B5E1FE;
}
.AnyTagClassName
{
color: #B5E1FE;
}
</style>
background-color css
<style>
a { background-color: #B5E1FE; }
a { background-color: rgb(181,225,254); }
div.DivClassName
{
background-color: #B5E1FE;
}
.BgClassName
{
background-color: #B5E1FE;
}
</style>
border-color css
<style>
span { border-color: #B5E1FE; }
span { border-color: rgb(181,225,254); }
td.TdClassName
{
border-color: #B5E1FE;
}
.TagClassName
{
border-color: #B5E1FE;
}
</style>