Shades of Columbia Blue #B0E1FE
Tints of Columbia Blue #B0E1FE
RGB
CMYK
RGB Variations
Color information
#B0E1FE (or 0xB0E1FE) is known color: Columbia Blue. HEX triplet: B0, E1 and FE. RGB value is (176,225,254). Sum of RGB (Red+Green+Blue) = 176+225+254=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1FE is #4F1E01. Grayscale: #D5D5D5. Windows color (decimal): -5185026 or 16703920. OLE color: 16703920.
HSL color Cylindrical-coordinate representation of color #B0E1FE: hue angle of 202.31º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0E1FE is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 225 | 254 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.00 |
| HSL | 202.31º | 0.98% | 0.84% | - |
| HSV(B) | 202.31º | 0.31% | 1% | - |
| XYZ | 62.72 | 70.24 | 104.02 | - |
| YUV | 213.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 254 | 0.31 | 0.11 | 0 | 0.00 | 202.31 | 0.98 | 0.84 |
| Hex | B0 | E1 | FE | 1F | B | 0 | 0 | CA | 62 | 54 |
| Octal | 260 | 341 | 376 | 37 | 13 | 0 | 0 | 312 | 142 | 124 |
| Binary | 10110000 | 11100001 | 11111110 | 11111 | 1011 | 0 | 0 | 11001010 | 1100010 | 1010100 |
Color Harmonies of #B0E1FE
Complementary color
Monochromatic Colors of #B0E1FE
Black with #B0E1FE
Text Example
Text Example
White with #B0E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1FE; }
p { color: rgb(176,225,254); }
H1.HeaderClassName
{
color: #B0E1FE;
}
.AnyTagClassName
{
color: #B0E1FE;
}
</style>
background-color css
<style>
a { background-color: #B0E1FE; }
a { background-color: rgb(176,225,254); }
div.DivClassName
{
background-color: #B0E1FE;
}
.BgClassName
{
background-color: #B0E1FE;
}
</style>
border-color css
<style>
span { border-color: #B0E1FE; }
span { border-color: rgb(176,225,254); }
td.TdClassName
{
border-color: #B0E1FE;
}
.TagClassName
{
border-color: #B0E1FE;
}
</style>