Shades of Columbia Blue #8BE7FA
Tints of Columbia Blue #8BE7FA
RGB
CMYK
RGB Variations
Color information
#8BE7FA (or 0x8BE7FA) is known color: Columbia Blue. HEX triplet: 8B, E7 and FA. RGB value is (139,231,250). Sum of RGB (Red+Green+Blue) = 139+231+250=620 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.42% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE7FA is #741805. Grayscale: #CDCDCD. Windows color (decimal): -7608326 or 16443275. OLE color: 16443275.
HSL color Cylindrical-coordinate representation of color #8BE7FA: hue angle of 190.27º 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 #8BE7FA is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 231 | 250 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.02 |
| HSL | 190.27º | 0.92% | 0.76% | - |
| HSV(B) | 190.27º | 0.44% | 0.98% | - |
| XYZ | 56.48 | 69.54 | 100.89 | - |
| YUV | 205.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 250 | 0.44 | 0.08 | 0 | 0.02 | 190.27 | 0.92 | 0.76 |
| Hex | 8B | E7 | FA | 2C | 8 | 0 | 2 | BE | 5C | 4C |
| Octal | 213 | 347 | 372 | 54 | 10 | 0 | 2 | 276 | 134 | 114 |
| Binary | 10001011 | 11100111 | 11111010 | 101100 | 1000 | 0 | 10 | 10111110 | 1011100 | 1001100 |
Color Harmonies of #8BE7FA
Complementary color
Monochromatic Colors of #8BE7FA
Black with #8BE7FA
Text Example
Text Example
White with #8BE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7FA; }
p { color: rgb(139,231,250); }
H1.HeaderClassName
{
color: #8BE7FA;
}
.AnyTagClassName
{
color: #8BE7FA;
}
</style>
background-color css
<style>
a { background-color: #8BE7FA; }
a { background-color: rgb(139,231,250); }
div.DivClassName
{
background-color: #8BE7FA;
}
.BgClassName
{
background-color: #8BE7FA;
}
</style>
border-color css
<style>
span { border-color: #8BE7FA; }
span { border-color: rgb(139,231,250); }
td.TdClassName
{
border-color: #8BE7FA;
}
.TagClassName
{
border-color: #8BE7FA;
}
</style>