Shades of Electric Blue #8CFBEF
Tints of Electric Blue #8CFBEF
RGB
CMYK
RGB Variations
Color information
#8CFBEF (or 0x8CFBEF) is known color: Electric Blue. HEX triplet: 8C, FB and EF. RGB value is (140,251,239). Sum of RGB (Red+Green+Blue) = 140+251+239=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFBEF is #730410. Grayscale: #D8D8D8. Windows color (decimal): -7537681 or 15727500. OLE color: 15727500.
HSL color Cylindrical-coordinate representation of color #8CFBEF: hue angle of 173.51º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBEF is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 239 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.02 |
| HSL | 173.51º | 0.93% | 0.77% | - |
| HSV(B) | 173.51º | 0.44% | 0.98% | - |
| XYZ | 60.89 | 80.8 | 94.05 | - |
| YUV | 216.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 239 | 0.44 | 0 | 0.05 | 0.02 | 173.51 | 0.93 | 0.77 |
| Hex | 8C | FB | EF | 2C | 0 | 5 | 2 | AE | 5D | 4D |
| Octal | 214 | 373 | 357 | 54 | 0 | 5 | 2 | 256 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11101111 | 101100 | 0 | 101 | 10 | 10101110 | 1011101 | 1001101 |
Color Harmonies of #8CFBEF
Complementary color
Monochromatic Colors of #8CFBEF
Black with #8CFBEF
Text Example
Text Example
White with #8CFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBEF; }
p { color: rgb(140,251,239); }
H1.HeaderClassName
{
color: #8CFBEF;
}
.AnyTagClassName
{
color: #8CFBEF;
}
</style>
background-color css
<style>
a { background-color: #8CFBEF; }
a { background-color: rgb(140,251,239); }
div.DivClassName
{
background-color: #8CFBEF;
}
.BgClassName
{
background-color: #8CFBEF;
}
</style>
border-color css
<style>
span { border-color: #8CFBEF; }
span { border-color: rgb(140,251,239); }
td.TdClassName
{
border-color: #8CFBEF;
}
.TagClassName
{
border-color: #8CFBEF;
}
</style>