Shades of Electric Blue #8FFEF3
Tints of Electric Blue #8FFEF3
RGB
CMYK
RGB Variations
Color information
#8FFEF3 (or 0x8FFEF3) is known color: Electric Blue. HEX triplet: 8F, FE and F3. RGB value is (143,254,243). Sum of RGB (Red+Green+Blue) = 143+254+243=640 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.34% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEF3 is #70010C. Grayscale: #DBDBDB. Windows color (decimal): -7340301 or 15990415. OLE color: 15990415.
HSL color Cylindrical-coordinate representation of color #8FFEF3: hue angle of 174.05º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEF3 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 243 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.00 |
| HSL | 174.05º | 0.98% | 0.78% | - |
| HSV(B) | 174.05º | 0.44% | 1% | - |
| XYZ | 62.95 | 83.19 | 97.53 | - |
| YUV | 219.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 243 | 0.44 | 0 | 0.04 | 0.00 | 174.05 | 0.98 | 0.78 |
| Hex | 8F | FE | F3 | 2C | 0 | 4 | 0 | AE | 62 | 4E |
| Octal | 217 | 376 | 363 | 54 | 0 | 4 | 0 | 256 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11110011 | 101100 | 0 | 100 | 0 | 10101110 | 1100010 | 1001110 |
Color Harmonies of #8FFEF3
Complementary color
Monochromatic Colors of #8FFEF3
Black with #8FFEF3
Text Example
Text Example
White with #8FFEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEF3; }
p { color: rgb(143,254,243); }
H1.HeaderClassName
{
color: #8FFEF3;
}
.AnyTagClassName
{
color: #8FFEF3;
}
</style>
background-color css
<style>
a { background-color: #8FFEF3; }
a { background-color: rgb(143,254,243); }
div.DivClassName
{
background-color: #8FFEF3;
}
.BgClassName
{
background-color: #8FFEF3;
}
</style>
border-color css
<style>
span { border-color: #8FFEF3; }
span { border-color: rgb(143,254,243); }
td.TdClassName
{
border-color: #8FFEF3;
}
.TagClassName
{
border-color: #8FFEF3;
}
</style>