Shades of Electric Blue #8CF1FA
Tints of Electric Blue #8CF1FA
RGB
CMYK
RGB Variations
Color information
#8CF1FA (or 0x8CF1FA) is known color: Electric Blue. HEX triplet: 8C, F1 and FA. RGB value is (140,241,250). Sum of RGB (Red+Green+Blue) = 140+241+250=631 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.19% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF1FA is #730E05. Grayscale: #D3D3D3. Windows color (decimal): -7540230 or 16445836. OLE color: 16445836.
HSL color Cylindrical-coordinate representation of color #8CF1FA: hue angle of 184.91º 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 #8CF1FA is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 241 | 250 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.02 |
| HSL | 184.91º | 0.92% | 0.76% | - |
| HSV(B) | 184.91º | 0.44% | 0.98% | - |
| XYZ | 59.53 | 75.39 | 101.86 | - |
| YUV | 211.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 250 | 0.44 | 0.04 | 0 | 0.02 | 184.91 | 0.92 | 0.76 |
| Hex | 8C | F1 | FA | 2C | 4 | 0 | 2 | B9 | 5C | 4C |
| Octal | 214 | 361 | 372 | 54 | 4 | 0 | 2 | 271 | 134 | 114 |
| Binary | 10001100 | 11110001 | 11111010 | 101100 | 100 | 0 | 10 | 10111001 | 1011100 | 1001100 |
Color Harmonies of #8CF1FA
Complementary color
Monochromatic Colors of #8CF1FA
Black with #8CF1FA
Text Example
Text Example
White with #8CF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF1FA; }
p { color: rgb(140,241,250); }
H1.HeaderClassName
{
color: #8CF1FA;
}
.AnyTagClassName
{
color: #8CF1FA;
}
</style>
background-color css
<style>
a { background-color: #8CF1FA; }
a { background-color: rgb(140,241,250); }
div.DivClassName
{
background-color: #8CF1FA;
}
.BgClassName
{
background-color: #8CF1FA;
}
</style>
border-color css
<style>
span { border-color: #8CF1FA; }
span { border-color: rgb(140,241,250); }
td.TdClassName
{
border-color: #8CF1FA;
}
.TagClassName
{
border-color: #8CF1FA;
}
</style>