Shades of Columbia Blue #B0E6FF
Tints of Columbia Blue #B0E6FF
RGB
CMYK
RGB Variations
Color information
#B0E6FF (or 0xB0E6FF) is known color: Columbia Blue. HEX triplet: B0, E6 and FF. RGB value is (176,230,255). Sum of RGB (Red+Green+Blue) = 176+230+255=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E6FF is #4F1900. Grayscale: #D8D8D8. Windows color (decimal): -5183745 or 16770736. OLE color: 16770736.
HSL color Cylindrical-coordinate representation of color #B0E6FF: hue angle of 198.99º 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 #B0E6FF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 230 | 255 | - |
| CMYK | 0.31 | 0.10 | 0 | 0 |
| HSL | 198.99º | 1% | 0.85% | - |
| HSV(B) | 198.99º | 0.31% | 1% | - |
| XYZ | 64.25 | 73.04 | 105.32 | - |
| YUV | 216.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 255 | 0.31 | 0.10 | 0 | 0 | 198.99 | 1 | 0.85 |
| Hex | B0 | E6 | FF | 1F | A | 0 | 0 | C7 | 64 | 55 |
| Octal | 260 | 346 | 377 | 37 | 12 | 0 | 0 | 307 | 144 | 125 |
| Binary | 10110000 | 11100110 | 11111111 | 11111 | 1010 | 0 | 0 | 11000111 | 1100100 | 1010101 |
Color Harmonies of #B0E6FF
Complementary color
Monochromatic Colors of #B0E6FF
Black with #B0E6FF
Text Example
Text Example
White with #B0E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6FF; }
p { color: rgb(176,230,255); }
H1.HeaderClassName
{
color: #B0E6FF;
}
.AnyTagClassName
{
color: #B0E6FF;
}
</style>
background-color css
<style>
a { background-color: #B0E6FF; }
a { background-color: rgb(176,230,255); }
div.DivClassName
{
background-color: #B0E6FF;
}
.BgClassName
{
background-color: #B0E6FF;
}
</style>
border-color css
<style>
span { border-color: #B0E6FF; }
span { border-color: rgb(176,230,255); }
td.TdClassName
{
border-color: #B0E6FF;
}
.TagClassName
{
border-color: #B0E6FF;
}
</style>