Shades of Columbia Blue #B7E2FF
Tints of Columbia Blue #B7E2FF
RGB
CMYK
RGB Variations
Color information
#B7E2FF (or 0xB7E2FF) is known color: Columbia Blue. HEX triplet: B7, E2 and FF. RGB value is (183,226,255). Sum of RGB (Red+Green+Blue) = 183+226+255=664 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.56% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E2FF is #481D00. Grayscale: #D8D8D8. Windows color (decimal): -4726017 or 16769719. OLE color: 16769719.
HSL color Cylindrical-coordinate representation of color #B7E2FF: hue angle of 204.17º 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 #B7E2FF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 226 | 255 | - |
| CMYK | 0.28 | 0.11 | 0 | 0 |
| HSL | 204.17º | 1% | 0.86% | - |
| HSV(B) | 204.17º | 0.28% | 1% | - |
| XYZ | 64.77 | 71.68 | 105.03 | - |
| YUV | 216.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 226 | 255 | 0.28 | 0.11 | 0 | 0 | 204.17 | 1 | 0.86 |
| Hex | B7 | E2 | FF | 1C | B | 0 | 0 | CC | 64 | 56 |
| Octal | 267 | 342 | 377 | 34 | 13 | 0 | 0 | 314 | 144 | 126 |
| Binary | 10110111 | 11100010 | 11111111 | 11100 | 1011 | 0 | 0 | 11001100 | 1100100 | 1010110 |
Color Harmonies of #B7E2FF
Complementary color
Monochromatic Colors of #B7E2FF
Black with #B7E2FF
Text Example
Text Example
White with #B7E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E2FF; }
p { color: rgb(183,226,255); }
H1.HeaderClassName
{
color: #B7E2FF;
}
.AnyTagClassName
{
color: #B7E2FF;
}
</style>
background-color css
<style>
a { background-color: #B7E2FF; }
a { background-color: rgb(183,226,255); }
div.DivClassName
{
background-color: #B7E2FF;
}
.BgClassName
{
background-color: #B7E2FF;
}
</style>
border-color css
<style>
span { border-color: #B7E2FF; }
span { border-color: rgb(183,226,255); }
td.TdClassName
{
border-color: #B7E2FF;
}
.TagClassName
{
border-color: #B7E2FF;
}
</style>