Shades of Columbia Blue #B4E6FF
Tints of Columbia Blue #B4E6FF
RGB
CMYK
RGB Variations
Color information
#B4E6FF (or 0xB4E6FF) is known color: Columbia Blue. HEX triplet: B4, E6 and FF. RGB value is (180,230,255). Sum of RGB (Red+Green+Blue) = 180+230+255=665 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.07% from 665); Green value is 230 (90.23% from 255 or 34.59% 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 #B4E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E6FF is #4B1900. Grayscale: #D9D9D9. Windows color (decimal): -4921601 or 16770740. OLE color: 16770740.
HSL color Cylindrical-coordinate representation of color #B4E6FF: hue angle of 200º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4E6FF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 230 | 255 | - |
| CMYK | 0.29 | 0.10 | 0 | 0 |
| HSL | 200º | 1% | 0.85% | - |
| HSV(B) | 200º | 0.29% | 1% | - |
| XYZ | 65.17 | 73.52 | 105.36 | - |
| YUV | 217.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 230 | 255 | 0.29 | 0.10 | 0 | 0 | 200 | 1 | 0.85 |
| Hex | B4 | E6 | FF | 1D | A | 0 | 0 | C8 | 64 | 55 |
| Octal | 264 | 346 | 377 | 35 | 12 | 0 | 0 | 310 | 144 | 125 |
| Binary | 10110100 | 11100110 | 11111111 | 11101 | 1010 | 0 | 0 | 11001000 | 1100100 | 1010101 |
Color Harmonies of #B4E6FF
Complementary color
Monochromatic Colors of #B4E6FF
Black with #B4E6FF
Text Example
Text Example
White with #B4E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E6FF; }
p { color: rgb(180,230,255); }
H1.HeaderClassName
{
color: #B4E6FF;
}
.AnyTagClassName
{
color: #B4E6FF;
}
</style>
background-color css
<style>
a { background-color: #B4E6FF; }
a { background-color: rgb(180,230,255); }
div.DivClassName
{
background-color: #B4E6FF;
}
.BgClassName
{
background-color: #B4E6FF;
}
</style>
border-color css
<style>
span { border-color: #B4E6FF; }
span { border-color: rgb(180,230,255); }
td.TdClassName
{
border-color: #B4E6FF;
}
.TagClassName
{
border-color: #B4E6FF;
}
</style>