Shades of Columbia Blue #8BE5FC
Tints of Columbia Blue #8BE5FC
RGB
CMYK
RGB Variations
Color information
#8BE5FC (or 0x8BE5FC) is known color: Columbia Blue. HEX triplet: 8B, E5 and FC. RGB value is (139,229,252). Sum of RGB (Red+Green+Blue) = 139+229+252=620 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.42% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE5FC is #741A03. Grayscale: #CCCCCC. Windows color (decimal): -7608836 or 16573835. OLE color: 16573835.
HSL color Cylindrical-coordinate representation of color #8BE5FC: hue angle of 192.21º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BE5FC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 229 | 252 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.01 |
| HSL | 192.21º | 0.95% | 0.77% | - |
| HSV(B) | 192.21º | 0.45% | 0.99% | - |
| XYZ | 56.24 | 68.56 | 102.36 | - |
| YUV | 204.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 252 | 0.45 | 0.09 | 0 | 0.01 | 192.21 | 0.95 | 0.77 |
| Hex | 8B | E5 | FC | 2D | 9 | 0 | 1 | C0 | 5F | 4D |
| Octal | 213 | 345 | 374 | 55 | 11 | 0 | 1 | 300 | 137 | 115 |
| Binary | 10001011 | 11100101 | 11111100 | 101101 | 1001 | 0 | 1 | 11000000 | 1011111 | 1001101 |
Color Harmonies of #8BE5FC
Complementary color
Monochromatic Colors of #8BE5FC
Black with #8BE5FC
Text Example
Text Example
White with #8BE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE5FC; }
p { color: rgb(139,229,252); }
H1.HeaderClassName
{
color: #8BE5FC;
}
.AnyTagClassName
{
color: #8BE5FC;
}
</style>
background-color css
<style>
a { background-color: #8BE5FC; }
a { background-color: rgb(139,229,252); }
div.DivClassName
{
background-color: #8BE5FC;
}
.BgClassName
{
background-color: #8BE5FC;
}
</style>
border-color css
<style>
span { border-color: #8BE5FC; }
span { border-color: rgb(139,229,252); }
td.TdClassName
{
border-color: #8BE5FC;
}
.TagClassName
{
border-color: #8BE5FC;
}
</style>