Shades of Columbia Blue #8BE5FA
Tints of Columbia Blue #8BE5FA
RGB
CMYK
RGB Variations
Color information
#8BE5FA (or 0x8BE5FA) is known color: Columbia Blue. HEX triplet: 8B, E5 and FA. RGB value is (139,229,250). Sum of RGB (Red+Green+Blue) = 139+229+250=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE5FA is #741A05. Grayscale: #CCCCCC. Windows color (decimal): -7608838 or 16442763. OLE color: 16442763.
HSL color Cylindrical-coordinate representation of color #8BE5FA: hue angle of 191.35º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BE5FA is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 229 | 250 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.02 |
| HSL | 191.35º | 0.92% | 0.76% | - |
| HSV(B) | 191.35º | 0.44% | 0.98% | - |
| XYZ | 55.92 | 68.43 | 100.7 | - |
| YUV | 204.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 250 | 0.44 | 0.08 | 0 | 0.02 | 191.35 | 0.92 | 0.76 |
| Hex | 8B | E5 | FA | 2C | 8 | 0 | 2 | BF | 5C | 4C |
| Octal | 213 | 345 | 372 | 54 | 10 | 0 | 2 | 277 | 134 | 114 |
| Binary | 10001011 | 11100101 | 11111010 | 101100 | 1000 | 0 | 10 | 10111111 | 1011100 | 1001100 |
Color Harmonies of #8BE5FA
Complementary color
Monochromatic Colors of #8BE5FA
Black with #8BE5FA
Text Example
Text Example
White with #8BE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE5FA; }
p { color: rgb(139,229,250); }
H1.HeaderClassName
{
color: #8BE5FA;
}
.AnyTagClassName
{
color: #8BE5FA;
}
</style>
background-color css
<style>
a { background-color: #8BE5FA; }
a { background-color: rgb(139,229,250); }
div.DivClassName
{
background-color: #8BE5FA;
}
.BgClassName
{
background-color: #8BE5FA;
}
</style>
border-color css
<style>
span { border-color: #8BE5FA; }
span { border-color: rgb(139,229,250); }
td.TdClassName
{
border-color: #8BE5FA;
}
.TagClassName
{
border-color: #8BE5FA;
}
</style>