Shades of Columbia Blue #B8E2FF
Tints of Columbia Blue #B8E2FF
RGB
CMYK
RGB Variations
Color information
#B8E2FF (or 0xB8E2FF) is known color: Columbia Blue. HEX triplet: B8, E2 and FF. RGB value is (184,226,255). Sum of RGB (Red+Green+Blue) = 184+226+255=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2FF is #471D00. Grayscale: #D8D8D8. Windows color (decimal): -4660481 or 16769720. OLE color: 16769720.
HSL color Cylindrical-coordinate representation of color #B8E2FF: hue angle of 204.51º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8E2FF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 226 | 255 | - |
| CMYK | 0.28 | 0.11 | 0 | 0 |
| HSL | 204.51º | 1% | 0.86% | - |
| HSV(B) | 204.51º | 0.28% | 1% | - |
| XYZ | 65.01 | 71.8 | 105.04 | - |
| YUV | 216.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 255 | 0.28 | 0.11 | 0 | 0 | 204.51 | 1 | 0.86 |
| Hex | B8 | E2 | FF | 1C | B | 0 | 0 | CD | 64 | 56 |
| Octal | 270 | 342 | 377 | 34 | 13 | 0 | 0 | 315 | 144 | 126 |
| Binary | 10111000 | 11100010 | 11111111 | 11100 | 1011 | 0 | 0 | 11001101 | 1100100 | 1010110 |
Color Harmonies of #B8E2FF
Complementary color
Monochromatic Colors of #B8E2FF
Black with #B8E2FF
Text Example
Text Example
White with #B8E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E2FF; }
p { color: rgb(184,226,255); }
H1.HeaderClassName
{
color: #B8E2FF;
}
.AnyTagClassName
{
color: #B8E2FF;
}
</style>
background-color css
<style>
a { background-color: #B8E2FF; }
a { background-color: rgb(184,226,255); }
div.DivClassName
{
background-color: #B8E2FF;
}
.BgClassName
{
background-color: #B8E2FF;
}
</style>
border-color css
<style>
span { border-color: #B8E2FF; }
span { border-color: rgb(184,226,255); }
td.TdClassName
{
border-color: #B8E2FF;
}
.TagClassName
{
border-color: #B8E2FF;
}
</style>