Shades of Columbia Blue #B2E2FE
Tints of Columbia Blue #B2E2FE
RGB
CMYK
RGB Variations
Color information
#B2E2FE (or 0xB2E2FE) is known color: Columbia Blue. HEX triplet: B2, E2 and FE. RGB value is (178,226,254). Sum of RGB (Red+Green+Blue) = 178+226+254=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E2FE is #4D1D01. Grayscale: #D6D6D6. Windows color (decimal): -5053698 or 16704178. OLE color: 16704178.
HSL color Cylindrical-coordinate representation of color #B2E2FE: hue angle of 202.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2E2FE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 226 | 254 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.00 |
| HSL | 202.11º | 0.97% | 0.85% | - |
| HSV(B) | 202.11º | 0.3% | 1% | - |
| XYZ | 63.45 | 71.01 | 104.13 | - |
| YUV | 214.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 254 | 0.30 | 0.11 | 0 | 0.00 | 202.11 | 0.97 | 0.85 |
| Hex | B2 | E2 | FE | 1E | B | 0 | 0 | CA | 61 | 55 |
| Octal | 262 | 342 | 376 | 36 | 13 | 0 | 0 | 312 | 141 | 125 |
| Binary | 10110010 | 11100010 | 11111110 | 11110 | 1011 | 0 | 0 | 11001010 | 1100001 | 1010101 |
Color Harmonies of #B2E2FE
Complementary color
Monochromatic Colors of #B2E2FE
Black with #B2E2FE
Text Example
Text Example
White with #B2E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E2FE; }
p { color: rgb(178,226,254); }
H1.HeaderClassName
{
color: #B2E2FE;
}
.AnyTagClassName
{
color: #B2E2FE;
}
</style>
background-color css
<style>
a { background-color: #B2E2FE; }
a { background-color: rgb(178,226,254); }
div.DivClassName
{
background-color: #B2E2FE;
}
.BgClassName
{
background-color: #B2E2FE;
}
</style>
border-color css
<style>
span { border-color: #B2E2FE; }
span { border-color: rgb(178,226,254); }
td.TdClassName
{
border-color: #B2E2FE;
}
.TagClassName
{
border-color: #B2E2FE;
}
</style>