Shades of Columbia Blue #B6E5FF
Tints of Columbia Blue #B6E5FF
RGB
CMYK
RGB Variations
Color information
#B6E5FF (or 0xB6E5FF) is known color: Columbia Blue. HEX triplet: B6, E5 and FF. RGB value is (182,229,255). Sum of RGB (Red+Green+Blue) = 182+229+255=666 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.33% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E5FF is #491A00. Grayscale: #D9D9D9. Windows color (decimal): -4790785 or 16770486. OLE color: 16770486.
HSL color Cylindrical-coordinate representation of color #B6E5FF: hue angle of 201.37º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6E5FF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 229 | 255 | - |
| CMYK | 0.29 | 0.10 | 0 | 0 |
| HSL | 201.37º | 1% | 0.86% | - |
| HSV(B) | 201.37º | 0.29% | 1% | - |
| XYZ | 65.36 | 73.2 | 105.29 | - |
| YUV | 217.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 255 | 0.29 | 0.10 | 0 | 0 | 201.37 | 1 | 0.86 |
| Hex | B6 | E5 | FF | 1D | A | 0 | 0 | C9 | 64 | 56 |
| Octal | 266 | 345 | 377 | 35 | 12 | 0 | 0 | 311 | 144 | 126 |
| Binary | 10110110 | 11100101 | 11111111 | 11101 | 1010 | 0 | 0 | 11001001 | 1100100 | 1010110 |
Color Harmonies of #B6E5FF
Complementary color
Monochromatic Colors of #B6E5FF
Black with #B6E5FF
Text Example
Text Example
White with #B6E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E5FF; }
p { color: rgb(182,229,255); }
H1.HeaderClassName
{
color: #B6E5FF;
}
.AnyTagClassName
{
color: #B6E5FF;
}
</style>
background-color css
<style>
a { background-color: #B6E5FF; }
a { background-color: rgb(182,229,255); }
div.DivClassName
{
background-color: #B6E5FF;
}
.BgClassName
{
background-color: #B6E5FF;
}
</style>
border-color css
<style>
span { border-color: #B6E5FF; }
span { border-color: rgb(182,229,255); }
td.TdClassName
{
border-color: #B6E5FF;
}
.TagClassName
{
border-color: #B6E5FF;
}
</style>