Shades of Electric Blue #8FF2FA
Tints of Electric Blue #8FF2FA
RGB
CMYK
RGB Variations
Color information
#8FF2FA (or 0x8FF2FA) is known color: Electric Blue. HEX triplet: 8F, F2 and FA. RGB value is (143,242,250). Sum of RGB (Red+Green+Blue) = 143+242+250=635 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.52% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2FA is #700D05. Grayscale: #D5D5D5. Windows color (decimal): -7343366 or 16446095. OLE color: 16446095.
HSL color Cylindrical-coordinate representation of color #8FF2FA: hue angle of 184.49º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FF2FA is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 242 | 250 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.02 |
| HSL | 184.49º | 0.91% | 0.77% | - |
| HSV(B) | 184.49º | 0.43% | 0.98% | - |
| XYZ | 60.34 | 76.25 | 101.98 | - |
| YUV | 213.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 250 | 0.43 | 0.03 | 0 | 0.02 | 184.49 | 0.91 | 0.77 |
| Hex | 8F | F2 | FA | 2B | 3 | 0 | 2 | B8 | 5B | 4D |
| Octal | 217 | 362 | 372 | 53 | 3 | 0 | 2 | 270 | 133 | 115 |
| Binary | 10001111 | 11110010 | 11111010 | 101011 | 11 | 0 | 10 | 10111000 | 1011011 | 1001101 |
Color Harmonies of #8FF2FA
Complementary color
Monochromatic Colors of #8FF2FA
Black with #8FF2FA
Text Example
Text Example
White with #8FF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2FA; }
p { color: rgb(143,242,250); }
H1.HeaderClassName
{
color: #8FF2FA;
}
.AnyTagClassName
{
color: #8FF2FA;
}
</style>
background-color css
<style>
a { background-color: #8FF2FA; }
a { background-color: rgb(143,242,250); }
div.DivClassName
{
background-color: #8FF2FA;
}
.BgClassName
{
background-color: #8FF2FA;
}
</style>
border-color css
<style>
span { border-color: #8FF2FA; }
span { border-color: rgb(143,242,250); }
td.TdClassName
{
border-color: #8FF2FA;
}
.TagClassName
{
border-color: #8FF2FA;
}
</style>