Shades of Electric Blue #8FF0FB
Tints of Electric Blue #8FF0FB
RGB
CMYK
RGB Variations
Color information
#8FF0FB (or 0x8FF0FB) is known color: Electric Blue. HEX triplet: 8F, F0 and FB. RGB value is (143,240,251). Sum of RGB (Red+Green+Blue) = 143+240+251=634 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.56% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF0FB is #700F04. Grayscale: #D4D4D4. Windows color (decimal): -7343877 or 16511119. OLE color: 16511119.
HSL color Cylindrical-coordinate representation of color #8FF0FB: hue angle of 186.11º degrees, saturation: 0.93, 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 #8FF0FB is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 240 | 251 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.02 |
| HSL | 186.11º | 0.93% | 0.77% | - |
| HSV(B) | 186.11º | 0.43% | 0.98% | - |
| XYZ | 59.9 | 75.12 | 102.61 | - |
| YUV | 212.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 251 | 0.43 | 0.04 | 0 | 0.02 | 186.11 | 0.93 | 0.77 |
| Hex | 8F | F0 | FB | 2B | 4 | 0 | 2 | BA | 5D | 4D |
| Octal | 217 | 360 | 373 | 53 | 4 | 0 | 2 | 272 | 135 | 115 |
| Binary | 10001111 | 11110000 | 11111011 | 101011 | 100 | 0 | 10 | 10111010 | 1011101 | 1001101 |
Color Harmonies of #8FF0FB
Complementary color
Monochromatic Colors of #8FF0FB
Black with #8FF0FB
Text Example
Text Example
White with #8FF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0FB; }
p { color: rgb(143,240,251); }
H1.HeaderClassName
{
color: #8FF0FB;
}
.AnyTagClassName
{
color: #8FF0FB;
}
</style>
background-color css
<style>
a { background-color: #8FF0FB; }
a { background-color: rgb(143,240,251); }
div.DivClassName
{
background-color: #8FF0FB;
}
.BgClassName
{
background-color: #8FF0FB;
}
</style>
border-color css
<style>
span { border-color: #8FF0FB; }
span { border-color: rgb(143,240,251); }
td.TdClassName
{
border-color: #8FF0FB;
}
.TagClassName
{
border-color: #8FF0FB;
}
</style>