Shades of Columbia Blue #B0E1F9
Tints of Columbia Blue #B0E1F9
RGB
CMYK
RGB Variations
Color information
#B0E1F9 (or 0xB0E1F9) is known color: Columbia Blue. HEX triplet: B0, E1 and F9. RGB value is (176,225,249). Sum of RGB (Red+Green+Blue) = 176+225+249=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0E1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1F9 is #4F1E06. Grayscale: #D4D4D4. Windows color (decimal): -5185031 or 16376240. OLE color: 16376240.
HSL color Cylindrical-coordinate representation of color #B0E1F9: hue angle of 199.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0E1F9 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 225 | 249 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.02 |
| HSL | 199.73º | 0.86% | 0.83% | - |
| HSV(B) | 199.73º | 0.29% | 0.98% | - |
| XYZ | 61.93 | 69.92 | 99.85 | - |
| YUV | 213.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 249 | 0.29 | 0.10 | 0 | 0.02 | 199.73 | 0.86 | 0.83 |
| Hex | B0 | E1 | F9 | 1D | A | 0 | 2 | C8 | 56 | 53 |
| Octal | 260 | 341 | 371 | 35 | 12 | 0 | 2 | 310 | 126 | 123 |
| Binary | 10110000 | 11100001 | 11111001 | 11101 | 1010 | 0 | 10 | 11001000 | 1010110 | 1010011 |
Color Harmonies of #B0E1F9
Complementary color
Monochromatic Colors of #B0E1F9
Black with #B0E1F9
Text Example
Text Example
White with #B0E1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1F9; }
p { color: rgb(176,225,249); }
H1.HeaderClassName
{
color: #B0E1F9;
}
.AnyTagClassName
{
color: #B0E1F9;
}
</style>
background-color css
<style>
a { background-color: #B0E1F9; }
a { background-color: rgb(176,225,249); }
div.DivClassName
{
background-color: #B0E1F9;
}
.BgClassName
{
background-color: #B0E1F9;
}
</style>
border-color css
<style>
span { border-color: #B0E1F9; }
span { border-color: rgb(176,225,249); }
td.TdClassName
{
border-color: #B0E1F9;
}
.TagClassName
{
border-color: #B0E1F9;
}
</style>