Shades of Columbia Blue #B0E2FF
Tints of Columbia Blue #B0E2FF
RGB
CMYK
RGB Variations
Color information
#B0E2FF (or 0xB0E2FF) is known color: Columbia Blue. HEX triplet: B0, E2 and FF. RGB value is (176,226,255). Sum of RGB (Red+Green+Blue) = 176+226+255=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E2FF is #4F1D00. Grayscale: #D6D6D6. Windows color (decimal): -5184769 or 16769712. OLE color: 16769712.
HSL color Cylindrical-coordinate representation of color #B0E2FF: hue angle of 202.03º 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 #B0E2FF is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 226 | 255 | - |
| CMYK | 0.31 | 0.11 | 0 | 0 |
| HSL | 202.03º | 1% | 0.85% | - |
| HSV(B) | 202.03º | 0.31% | 1% | - |
| XYZ | 63.15 | 70.84 | 104.95 | - |
| YUV | 214.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 255 | 0.31 | 0.11 | 0 | 0 | 202.03 | 1 | 0.85 |
| Hex | B0 | E2 | FF | 1F | B | 0 | 0 | CA | 64 | 55 |
| Octal | 260 | 342 | 377 | 37 | 13 | 0 | 0 | 312 | 144 | 125 |
| Binary | 10110000 | 11100010 | 11111111 | 11111 | 1011 | 0 | 0 | 11001010 | 1100100 | 1010101 |
Color Harmonies of #B0E2FF
Complementary color
Monochromatic Colors of #B0E2FF
Black with #B0E2FF
Text Example
Text Example
White with #B0E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E2FF; }
p { color: rgb(176,226,255); }
H1.HeaderClassName
{
color: #B0E2FF;
}
.AnyTagClassName
{
color: #B0E2FF;
}
</style>
background-color css
<style>
a { background-color: #B0E2FF; }
a { background-color: rgb(176,226,255); }
div.DivClassName
{
background-color: #B0E2FF;
}
.BgClassName
{
background-color: #B0E2FF;
}
</style>
border-color css
<style>
span { border-color: #B0E2FF; }
span { border-color: rgb(176,226,255); }
td.TdClassName
{
border-color: #B0E2FF;
}
.TagClassName
{
border-color: #B0E2FF;
}
</style>