Shades of Columbia Blue #B4E4FE
Tints of Columbia Blue #B4E4FE
RGB
CMYK
RGB Variations
Color information
#B4E4FE (or 0xB4E4FE) is known color: Columbia Blue. HEX triplet: B4, E4 and FE. RGB value is (180,228,254). Sum of RGB (Red+Green+Blue) = 180+228+254=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4E4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E4FE is #4B1B01. Grayscale: #D8D8D8. Windows color (decimal): -4922114 or 16704692. OLE color: 16704692.
HSL color Cylindrical-coordinate representation of color #B4E4FE: hue angle of 201.08º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4E4FE is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 228 | 254 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.00 |
| HSL | 201.08º | 0.97% | 0.85% | - |
| HSV(B) | 201.08º | 0.29% | 1% | - |
| XYZ | 64.46 | 72.35 | 104.33 | - |
| YUV | 216.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 254 | 0.29 | 0.10 | 0 | 0.00 | 201.08 | 0.97 | 0.85 |
| Hex | B4 | E4 | FE | 1D | A | 0 | 0 | C9 | 61 | 55 |
| Octal | 264 | 344 | 376 | 35 | 12 | 0 | 0 | 311 | 141 | 125 |
| Binary | 10110100 | 11100100 | 11111110 | 11101 | 1010 | 0 | 0 | 11001001 | 1100001 | 1010101 |
Color Harmonies of #B4E4FE
Complementary color
Monochromatic Colors of #B4E4FE
Black with #B4E4FE
Text Example
Text Example
White with #B4E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E4FE; }
p { color: rgb(180,228,254); }
H1.HeaderClassName
{
color: #B4E4FE;
}
.AnyTagClassName
{
color: #B4E4FE;
}
</style>
background-color css
<style>
a { background-color: #B4E4FE; }
a { background-color: rgb(180,228,254); }
div.DivClassName
{
background-color: #B4E4FE;
}
.BgClassName
{
background-color: #B4E4FE;
}
</style>
border-color css
<style>
span { border-color: #B4E4FE; }
span { border-color: rgb(180,228,254); }
td.TdClassName
{
border-color: #B4E4FE;
}
.TagClassName
{
border-color: #B4E4FE;
}
</style>