Shades of Columbia Blue #B6E1FF
Tints of Columbia Blue #B6E1FF
RGB
CMYK
RGB Variations
Color information
#B6E1FF (or 0xB6E1FF) is known color: Columbia Blue. HEX triplet: B6, E1 and FF. RGB value is (182,225,255). Sum of RGB (Red+Green+Blue) = 182+225+255=662 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.49% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E1FF is #491E00. Grayscale: #D7D7D7. Windows color (decimal): -4791809 or 16769462. OLE color: 16769462.
HSL color Cylindrical-coordinate representation of color #B6E1FF: hue angle of 204.66º 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 #B6E1FF is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 225 | 255 | - |
| CMYK | 0.29 | 0.12 | 0 | 0 |
| HSL | 204.66º | 1% | 0.86% | - |
| HSV(B) | 204.66º | 0.29% | 1% | - |
| XYZ | 64.27 | 71.02 | 104.93 | - |
| YUV | 215.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 255 | 0.29 | 0.12 | 0 | 0 | 204.66 | 1 | 0.86 |
| Hex | B6 | E1 | FF | 1D | C | 0 | 0 | CD | 64 | 56 |
| Octal | 266 | 341 | 377 | 35 | 14 | 0 | 0 | 315 | 144 | 126 |
| Binary | 10110110 | 11100001 | 11111111 | 11101 | 1100 | 0 | 0 | 11001101 | 1100100 | 1010110 |
Color Harmonies of #B6E1FF
Complementary color
Monochromatic Colors of #B6E1FF
Black with #B6E1FF
Text Example
Text Example
White with #B6E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E1FF; }
p { color: rgb(182,225,255); }
H1.HeaderClassName
{
color: #B6E1FF;
}
.AnyTagClassName
{
color: #B6E1FF;
}
</style>
background-color css
<style>
a { background-color: #B6E1FF; }
a { background-color: rgb(182,225,255); }
div.DivClassName
{
background-color: #B6E1FF;
}
.BgClassName
{
background-color: #B6E1FF;
}
</style>
border-color css
<style>
span { border-color: #B6E1FF; }
span { border-color: rgb(182,225,255); }
td.TdClassName
{
border-color: #B6E1FF;
}
.TagClassName
{
border-color: #B6E1FF;
}
</style>