Shades of Columbia Blue #B5E0FE
Tints of Columbia Blue #B5E0FE
RGB
CMYK
RGB Variations
Color information
#B5E0FE (or 0xB5E0FE) is known color: Columbia Blue. HEX triplet: B5, E0 and FE. RGB value is (181,224,254). Sum of RGB (Red+Green+Blue) = 181+224+254=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E0FE is #4A1F01. Grayscale: #D6D6D6. Windows color (decimal): -4857602 or 16703669. OLE color: 16703669.
HSL color Cylindrical-coordinate representation of color #B5E0FE: hue angle of 204.66º 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 #B5E0FE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 224 | 254 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.00 |
| HSL | 204.66º | 0.97% | 0.85% | - |
| HSV(B) | 204.66º | 0.29% | 1% | - |
| XYZ | 63.6 | 70.29 | 103.98 | - |
| YUV | 214.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 254 | 0.29 | 0.12 | 0 | 0.00 | 204.66 | 0.97 | 0.85 |
| Hex | B5 | E0 | FE | 1D | C | 0 | 0 | CD | 61 | 55 |
| Octal | 265 | 340 | 376 | 35 | 14 | 0 | 0 | 315 | 141 | 125 |
| Binary | 10110101 | 11100000 | 11111110 | 11101 | 1100 | 0 | 0 | 11001101 | 1100001 | 1010101 |
Color Harmonies of #B5E0FE
Complementary color
Monochromatic Colors of #B5E0FE
Black with #B5E0FE
Text Example
Text Example
White with #B5E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0FE; }
p { color: rgb(181,224,254); }
H1.HeaderClassName
{
color: #B5E0FE;
}
.AnyTagClassName
{
color: #B5E0FE;
}
</style>
background-color css
<style>
a { background-color: #B5E0FE; }
a { background-color: rgb(181,224,254); }
div.DivClassName
{
background-color: #B5E0FE;
}
.BgClassName
{
background-color: #B5E0FE;
}
</style>
border-color css
<style>
span { border-color: #B5E0FE; }
span { border-color: rgb(181,224,254); }
td.TdClassName
{
border-color: #B5E0FE;
}
.TagClassName
{
border-color: #B5E0FE;
}
</style>