Shades of Columbia Blue #B8E2FE
Tints of Columbia Blue #B8E2FE
RGB
CMYK
RGB Variations
Color information
#B8E2FE (or 0xB8E2FE) is known color: Columbia Blue. HEX triplet: B8, E2 and FE. RGB value is (184,226,254). Sum of RGB (Red+Green+Blue) = 184+226+254=664 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.71% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2FE is #471D01. Grayscale: #D8D8D8. Windows color (decimal): -4660482 or 16704184. OLE color: 16704184.
HSL color Cylindrical-coordinate representation of color #B8E2FE: hue angle of 204º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8E2FE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 226 | 254 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.00 |
| HSL | 204º | 0.97% | 0.86% | - |
| HSV(B) | 204º | 0.28% | 1% | - |
| XYZ | 64.85 | 71.74 | 104.19 | - |
| YUV | 216.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 254 | 0.28 | 0.11 | 0 | 0.00 | 204 | 0.97 | 0.86 |
| Hex | B8 | E2 | FE | 1C | B | 0 | 0 | CC | 61 | 56 |
| Octal | 270 | 342 | 376 | 34 | 13 | 0 | 0 | 314 | 141 | 126 |
| Binary | 10111000 | 11100010 | 11111110 | 11100 | 1011 | 0 | 0 | 11001100 | 1100001 | 1010110 |
Color Harmonies of #B8E2FE
Complementary color
Monochromatic Colors of #B8E2FE
Black with #B8E2FE
Text Example
Text Example
White with #B8E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E2FE; }
p { color: rgb(184,226,254); }
H1.HeaderClassName
{
color: #B8E2FE;
}
.AnyTagClassName
{
color: #B8E2FE;
}
</style>
background-color css
<style>
a { background-color: #B8E2FE; }
a { background-color: rgb(184,226,254); }
div.DivClassName
{
background-color: #B8E2FE;
}
.BgClassName
{
background-color: #B8E2FE;
}
</style>
border-color css
<style>
span { border-color: #B8E2FE; }
span { border-color: rgb(184,226,254); }
td.TdClassName
{
border-color: #B8E2FE;
}
.TagClassName
{
border-color: #B8E2FE;
}
</style>