Shades of Electric Blue #8FF7F2
Tints of Electric Blue #8FF7F2
RGB
CMYK
RGB Variations
Color information
#8FF7F2 (or 0x8FF7F2) is known color: Electric Blue. HEX triplet: 8F, F7 and F2. RGB value is (143,247,242). Sum of RGB (Red+Green+Blue) = 143+247+242=632 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.63% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #8FF7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF7F2 is #70080D. Grayscale: #D7D7D7. Windows color (decimal): -7342094 or 15923087. OLE color: 15923087.
HSL color Cylindrical-coordinate representation of color #8FF7F2: hue angle of 177.12º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF7F2 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 247 | 242 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.03 |
| HSL | 177.12º | 0.87% | 0.76% | - |
| HSV(B) | 177.12º | 0.42% | 0.97% | - |
| XYZ | 60.62 | 78.77 | 96.01 | - |
| YUV | 215.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 247 | 242 | 0.42 | 0 | 0.02 | 0.03 | 177.12 | 0.87 | 0.76 |
| Hex | 8F | F7 | F2 | 2A | 0 | 2 | 3 | B1 | 57 | 4C |
| Octal | 217 | 367 | 362 | 52 | 0 | 2 | 3 | 261 | 127 | 114 |
| Binary | 10001111 | 11110111 | 11110010 | 101010 | 0 | 10 | 11 | 10110001 | 1010111 | 1001100 |
Color Harmonies of #8FF7F2
Complementary color
Monochromatic Colors of #8FF7F2
Black with #8FF7F2
Text Example
Text Example
White with #8FF7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF7F2; }
p { color: rgb(143,247,242); }
H1.HeaderClassName
{
color: #8FF7F2;
}
.AnyTagClassName
{
color: #8FF7F2;
}
</style>
background-color css
<style>
a { background-color: #8FF7F2; }
a { background-color: rgb(143,247,242); }
div.DivClassName
{
background-color: #8FF7F2;
}
.BgClassName
{
background-color: #8FF7F2;
}
</style>
border-color css
<style>
span { border-color: #8FF7F2; }
span { border-color: rgb(143,247,242); }
td.TdClassName
{
border-color: #8FF7F2;
}
.TagClassName
{
border-color: #8FF7F2;
}
</style>