Shades of Columbia Blue #B5E0FF
Tints of Columbia Blue #B5E0FF
RGB
CMYK
RGB Variations
Color information
#B5E0FF (or 0xB5E0FF) is known color: Columbia Blue. HEX triplet: B5, E0 and FF. RGB value is (181,224,255). Sum of RGB (Red+Green+Blue) = 181+224+255=660 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.42% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E0FF is #4A1F00. Grayscale: #D6D6D6. Windows color (decimal): -4857601 or 16769205. OLE color: 16769205.
HSL color Cylindrical-coordinate representation of color #B5E0FF: hue angle of 205.14º 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 #B5E0FF is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 224 | 255 | - |
| CMYK | 0.29 | 0.12 | 0 | 0 |
| HSL | 205.14º | 1% | 0.85% | - |
| HSV(B) | 205.14º | 0.29% | 1% | - |
| XYZ | 63.76 | 70.36 | 104.83 | - |
| YUV | 214.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 255 | 0.29 | 0.12 | 0 | 0 | 205.14 | 1 | 0.85 |
| Hex | B5 | E0 | FF | 1D | C | 0 | 0 | CD | 64 | 55 |
| Octal | 265 | 340 | 377 | 35 | 14 | 0 | 0 | 315 | 144 | 125 |
| Binary | 10110101 | 11100000 | 11111111 | 11101 | 1100 | 0 | 0 | 11001101 | 1100100 | 1010101 |
Color Harmonies of #B5E0FF
Complementary color
Monochromatic Colors of #B5E0FF
Black with #B5E0FF
Text Example
Text Example
White with #B5E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0FF; }
p { color: rgb(181,224,255); }
H1.HeaderClassName
{
color: #B5E0FF;
}
.AnyTagClassName
{
color: #B5E0FF;
}
</style>
background-color css
<style>
a { background-color: #B5E0FF; }
a { background-color: rgb(181,224,255); }
div.DivClassName
{
background-color: #B5E0FF;
}
.BgClassName
{
background-color: #B5E0FF;
}
</style>
border-color css
<style>
span { border-color: #B5E0FF; }
span { border-color: rgb(181,224,255); }
td.TdClassName
{
border-color: #B5E0FF;
}
.TagClassName
{
border-color: #B5E0FF;
}
</style>