Shades of Columbia Blue #B0E0FC
Tints of Columbia Blue #B0E0FC
RGB
CMYK
RGB Variations
Color information
#B0E0FC (or 0xB0E0FC) is known color: Columbia Blue. HEX triplet: B0, E0 and FC. RGB value is (176,224,252). Sum of RGB (Red+Green+Blue) = 176+224+252=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0E0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0FC is #4F1F03. Grayscale: #D4D4D4. Windows color (decimal): -5185284 or 16572592. OLE color: 16572592.
HSL color Cylindrical-coordinate representation of color #B0E0FC: hue angle of 202.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E0FC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 224 | 252 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.01 |
| HSL | 202.11º | 0.93% | 0.84% | - |
| HSV(B) | 202.11º | 0.3% | 0.99% | - |
| XYZ | 62.13 | 69.57 | 102.25 | - |
| YUV | 212.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 252 | 0.30 | 0.11 | 0 | 0.01 | 202.11 | 0.93 | 0.84 |
| Hex | B0 | E0 | FC | 1E | B | 0 | 1 | CA | 5D | 54 |
| Octal | 260 | 340 | 374 | 36 | 13 | 0 | 1 | 312 | 135 | 124 |
| Binary | 10110000 | 11100000 | 11111100 | 11110 | 1011 | 0 | 1 | 11001010 | 1011101 | 1010100 |
Color Harmonies of #B0E0FC
Complementary color
Monochromatic Colors of #B0E0FC
Black with #B0E0FC
Text Example
Text Example
White with #B0E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E0FC; }
p { color: rgb(176,224,252); }
H1.HeaderClassName
{
color: #B0E0FC;
}
.AnyTagClassName
{
color: #B0E0FC;
}
</style>
background-color css
<style>
a { background-color: #B0E0FC; }
a { background-color: rgb(176,224,252); }
div.DivClassName
{
background-color: #B0E0FC;
}
.BgClassName
{
background-color: #B0E0FC;
}
</style>
border-color css
<style>
span { border-color: #B0E0FC; }
span { border-color: rgb(176,224,252); }
td.TdClassName
{
border-color: #B0E0FC;
}
.TagClassName
{
border-color: #B0E0FC;
}
</style>