Shades of Electric Blue #8FFBEC
Tints of Electric Blue #8FFBEC
RGB
CMYK
RGB Variations
Color information
#8FFBEC (or 0x8FFBEC) is known color: Electric Blue. HEX triplet: 8F, FB and EC. RGB value is (143,251,236). Sum of RGB (Red+Green+Blue) = 143+251+236=630 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.70% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBEC is #700413. Grayscale: #D8D8D8. Windows color (decimal): -7341076 or 15530895. OLE color: 15530895.
HSL color Cylindrical-coordinate representation of color #8FFBEC: hue angle of 171.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFBEC is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 251 | 236 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.02 |
| HSL | 171.67º | 0.93% | 0.77% | - |
| HSV(B) | 171.67º | 0.43% | 0.98% | - |
| XYZ | 60.97 | 80.89 | 91.76 | - |
| YUV | 217 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 236 | 0.43 | 0 | 0.06 | 0.02 | 171.67 | 0.93 | 0.77 |
| Hex | 8F | FB | EC | 2B | 0 | 6 | 2 | AC | 5D | 4D |
| Octal | 217 | 373 | 354 | 53 | 0 | 6 | 2 | 254 | 135 | 115 |
| Binary | 10001111 | 11111011 | 11101100 | 101011 | 0 | 110 | 10 | 10101100 | 1011101 | 1001101 |
Color Harmonies of #8FFBEC
Complementary color
Monochromatic Colors of #8FFBEC
Black with #8FFBEC
Text Example
Text Example
White with #8FFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBEC; }
p { color: rgb(143,251,236); }
H1.HeaderClassName
{
color: #8FFBEC;
}
.AnyTagClassName
{
color: #8FFBEC;
}
</style>
background-color css
<style>
a { background-color: #8FFBEC; }
a { background-color: rgb(143,251,236); }
div.DivClassName
{
background-color: #8FFBEC;
}
.BgClassName
{
background-color: #8FFBEC;
}
</style>
border-color css
<style>
span { border-color: #8FFBEC; }
span { border-color: rgb(143,251,236); }
td.TdClassName
{
border-color: #8FFBEC;
}
.TagClassName
{
border-color: #8FFBEC;
}
</style>