Shades of Electric Blue #8FFEF4
Tints of Electric Blue #8FFEF4
RGB
CMYK
RGB Variations
Color information
#8FFEF4 (or 0x8FFEF4) is known color: Electric Blue. HEX triplet: 8F, FE and F4. RGB value is (143,254,244). Sum of RGB (Red+Green+Blue) = 143+254+244=641 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.31% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEF4 is #70010B. Grayscale: #DBDBDB. Windows color (decimal): -7340300 or 16055951. OLE color: 16055951.
HSL color Cylindrical-coordinate representation of color #8FFEF4: hue angle of 174.59º 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 #8FFEF4 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 244 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.00 |
| HSL | 174.59º | 0.98% | 0.78% | - |
| HSV(B) | 174.59º | 0.44% | 1% | - |
| XYZ | 63.1 | 83.25 | 98.33 | - |
| YUV | 219.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 244 | 0.44 | 0 | 0.04 | 0.00 | 174.59 | 0.98 | 0.78 |
| Hex | 8F | FE | F4 | 2C | 0 | 4 | 0 | AF | 62 | 4E |
| Octal | 217 | 376 | 364 | 54 | 0 | 4 | 0 | 257 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11110100 | 101100 | 0 | 100 | 0 | 10101111 | 1100010 | 1001110 |
Color Harmonies of #8FFEF4
Complementary color
Monochromatic Colors of #8FFEF4
Black with #8FFEF4
Text Example
Text Example
White with #8FFEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEF4; }
p { color: rgb(143,254,244); }
H1.HeaderClassName
{
color: #8FFEF4;
}
.AnyTagClassName
{
color: #8FFEF4;
}
</style>
background-color css
<style>
a { background-color: #8FFEF4; }
a { background-color: rgb(143,254,244); }
div.DivClassName
{
background-color: #8FFEF4;
}
.BgClassName
{
background-color: #8FFEF4;
}
</style>
border-color css
<style>
span { border-color: #8FFEF4; }
span { border-color: rgb(143,254,244); }
td.TdClassName
{
border-color: #8FFEF4;
}
.TagClassName
{
border-color: #8FFEF4;
}
</style>