Shades of Electric Blue #8FF7F8
Tints of Electric Blue #8FF7F8
RGB
CMYK
RGB Variations
Color information
#8FF7F8 (or 0x8FF7F8) is known color: Electric Blue. HEX triplet: 8F, F7 and F8. RGB value is (143,247,248). Sum of RGB (Red+Green+Blue) = 143+247+248=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FF7F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF7F8 is #700807. Grayscale: #D7D7D7. Windows color (decimal): -7342088 or 16316303. OLE color: 16316303.
HSL color Cylindrical-coordinate representation of color #8FF7F8: hue angle of 180.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF7F8 is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 247 | 248 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.03 |
| HSL | 180.57º | 0.88% | 0.77% | - |
| HSV(B) | 180.57º | 0.42% | 0.97% | - |
| XYZ | 61.53 | 79.14 | 100.84 | - |
| YUV | 216.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 247 | 248 | 0.42 | 0.00 | 0 | 0.03 | 180.57 | 0.88 | 0.77 |
| Hex | 8F | F7 | F8 | 2A | 0 | 0 | 3 | B5 | 58 | 4D |
| Octal | 217 | 367 | 370 | 52 | 0 | 0 | 3 | 265 | 130 | 115 |
| Binary | 10001111 | 11110111 | 11111000 | 101010 | 0 | 0 | 11 | 10110101 | 1011000 | 1001101 |
Color Harmonies of #8FF7F8
Complementary color
Monochromatic Colors of #8FF7F8
Black with #8FF7F8
Text Example
Text Example
White with #8FF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF7F8; }
p { color: rgb(143,247,248); }
H1.HeaderClassName
{
color: #8FF7F8;
}
.AnyTagClassName
{
color: #8FF7F8;
}
</style>
background-color css
<style>
a { background-color: #8FF7F8; }
a { background-color: rgb(143,247,248); }
div.DivClassName
{
background-color: #8FF7F8;
}
.BgClassName
{
background-color: #8FF7F8;
}
</style>
border-color css
<style>
span { border-color: #8FF7F8; }
span { border-color: rgb(143,247,248); }
td.TdClassName
{
border-color: #8FF7F8;
}
.TagClassName
{
border-color: #8FF7F8;
}
</style>