Shades of Columbia Blue #B0E5FF
Tints of Columbia Blue #B0E5FF
RGB
CMYK
RGB Variations
Color information
#B0E5FF (or 0xB0E5FF) is known color: Columbia Blue. HEX triplet: B0, E5 and FF. RGB value is (176,229,255). Sum of RGB (Red+Green+Blue) = 176+229+255=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E5FF is #4F1A00. Grayscale: #D7D7D7. Windows color (decimal): -5184001 or 16770480. OLE color: 16770480.
HSL color Cylindrical-coordinate representation of color #B0E5FF: hue angle of 199.75º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0E5FF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 229 | 255 | - |
| CMYK | 0.31 | 0.10 | 0 | 0 |
| HSL | 199.75º | 1% | 0.85% | - |
| HSV(B) | 199.75º | 0.31% | 1% | - |
| XYZ | 63.97 | 72.49 | 105.23 | - |
| YUV | 216.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 255 | 0.31 | 0.10 | 0 | 0 | 199.75 | 1 | 0.85 |
| Hex | B0 | E5 | FF | 1F | A | 0 | 0 | C8 | 64 | 55 |
| Octal | 260 | 345 | 377 | 37 | 12 | 0 | 0 | 310 | 144 | 125 |
| Binary | 10110000 | 11100101 | 11111111 | 11111 | 1010 | 0 | 0 | 11001000 | 1100100 | 1010101 |
Color Harmonies of #B0E5FF
Complementary color
Monochromatic Colors of #B0E5FF
Black with #B0E5FF
Text Example
Text Example
White with #B0E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E5FF; }
p { color: rgb(176,229,255); }
H1.HeaderClassName
{
color: #B0E5FF;
}
.AnyTagClassName
{
color: #B0E5FF;
}
</style>
background-color css
<style>
a { background-color: #B0E5FF; }
a { background-color: rgb(176,229,255); }
div.DivClassName
{
background-color: #B0E5FF;
}
.BgClassName
{
background-color: #B0E5FF;
}
</style>
border-color css
<style>
span { border-color: #B0E5FF; }
span { border-color: rgb(176,229,255); }
td.TdClassName
{
border-color: #B0E5FF;
}
.TagClassName
{
border-color: #B0E5FF;
}
</style>