Shades of Electric Blue #8FFFF4
Tints of Electric Blue #8FFFF4
RGB
CMYK
RGB Variations
Color information
#8FFFF4 (or 0x8FFFF4) is known color: Electric Blue. HEX triplet: 8F, FF and F4. RGB value is (143,255,244). Sum of RGB (Red+Green+Blue) = 143+255+244=642 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.27% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFF4 is #70000B. Grayscale: #DCDCDC. Windows color (decimal): -7340044 or 16056207. OLE color: 16056207.
HSL color Cylindrical-coordinate representation of color #8FFFF4: hue angle of 174.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFF4 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 244 | - |
| CMYK | 0.44 | 0 | 0.04 | 0 |
| HSL | 174.11º | 1% | 0.78% | - |
| HSV(B) | 174.11º | 0.44% | 1% | - |
| XYZ | 63.42 | 83.89 | 98.44 | - |
| YUV | 220.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 244 | 0.44 | 0 | 0.04 | 0 | 174.11 | 1 | 0.78 |
| Hex | 8F | FF | F4 | 2C | 0 | 4 | 0 | AE | 64 | 4E |
| Octal | 217 | 377 | 364 | 54 | 0 | 4 | 0 | 256 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11110100 | 101100 | 0 | 100 | 0 | 10101110 | 1100100 | 1001110 |
Color Harmonies of #8FFFF4
Complementary color
Monochromatic Colors of #8FFFF4
Black with #8FFFF4
Text Example
Text Example
White with #8FFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFF4; }
p { color: rgb(143,255,244); }
H1.HeaderClassName
{
color: #8FFFF4;
}
.AnyTagClassName
{
color: #8FFFF4;
}
</style>
background-color css
<style>
a { background-color: #8FFFF4; }
a { background-color: rgb(143,255,244); }
div.DivClassName
{
background-color: #8FFFF4;
}
.BgClassName
{
background-color: #8FFFF4;
}
</style>
border-color css
<style>
span { border-color: #8FFFF4; }
span { border-color: rgb(143,255,244); }
td.TdClassName
{
border-color: #8FFFF4;
}
.TagClassName
{
border-color: #8FFFF4;
}
</style>