Shades of Columbia Blue #B0E8FF
Tints of Columbia Blue #B0E8FF
RGB
CMYK
RGB Variations
Color information
#B0E8FF (or 0xB0E8FF) is known color: Columbia Blue. HEX triplet: B0, E8 and FF. RGB value is (176,232,255). Sum of RGB (Red+Green+Blue) = 176+232+255=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0E8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8FF is #4F1700. Grayscale: #D9D9D9. Windows color (decimal): -5183233 or 16771248. OLE color: 16771248.
HSL color Cylindrical-coordinate representation of color #B0E8FF: hue angle of 197.47º 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 #B0E8FF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 232 | 255 | - |
| CMYK | 0.31 | 0.09 | 0 | 0 |
| HSL | 197.47º | 1% | 0.85% | - |
| HSV(B) | 197.47º | 0.31% | 1% | - |
| XYZ | 64.81 | 74.16 | 105.51 | - |
| YUV | 217.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 255 | 0.31 | 0.09 | 0 | 0 | 197.47 | 1 | 0.85 |
| Hex | B0 | E8 | FF | 1F | 9 | 0 | 0 | C5 | 64 | 55 |
| Octal | 260 | 350 | 377 | 37 | 11 | 0 | 0 | 305 | 144 | 125 |
| Binary | 10110000 | 11101000 | 11111111 | 11111 | 1001 | 0 | 0 | 11000101 | 1100100 | 1010101 |
Color Harmonies of #B0E8FF
Complementary color
Monochromatic Colors of #B0E8FF
Black with #B0E8FF
Text Example
Text Example
White with #B0E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E8FF; }
p { color: rgb(176,232,255); }
H1.HeaderClassName
{
color: #B0E8FF;
}
.AnyTagClassName
{
color: #B0E8FF;
}
</style>
background-color css
<style>
a { background-color: #B0E8FF; }
a { background-color: rgb(176,232,255); }
div.DivClassName
{
background-color: #B0E8FF;
}
.BgClassName
{
background-color: #B0E8FF;
}
</style>
border-color css
<style>
span { border-color: #B0E8FF; }
span { border-color: rgb(176,232,255); }
td.TdClassName
{
border-color: #B0E8FF;
}
.TagClassName
{
border-color: #B0E8FF;
}
</style>