Shades of Electric Blue #8FFFFE
Tints of Electric Blue #8FFFFE
RGB
CMYK
RGB Variations
Color information
#8FFFFE (or 0x8FFFFE) is known color: Electric Blue. HEX triplet: 8F, FF and FE. RGB value is (143,255,254). Sum of RGB (Red+Green+Blue) = 143+255+254=652 (86% of max value = 765). Red value is 143 (56.25% from 255 or 21.93% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFFE is #700001. Grayscale: #DDDDDD. Windows color (decimal): -7340034 or 16711567. OLE color: 16711567.
HSL color Cylindrical-coordinate representation of color #8FFFFE: hue angle of 179.46º 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 #8FFFFE is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 254 | - |
| CMYK | 0.44 | 0 | 0.00 | 0 |
| HSL | 179.46º | 1% | 0.78% | - |
| HSV(B) | 179.46º | 0.44% | 1% | - |
| XYZ | 64.98 | 84.52 | 106.65 | - |
| YUV | 221.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 254 | 0.44 | 0 | 0.00 | 0 | 179.46 | 1 | 0.78 |
| Hex | 8F | FF | FE | 2C | 0 | 0 | 0 | B3 | 64 | 4E |
| Octal | 217 | 377 | 376 | 54 | 0 | 0 | 0 | 263 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11111110 | 101100 | 0 | 0 | 0 | 10110011 | 1100100 | 1001110 |
Color Harmonies of #8FFFFE
Complementary color
Monochromatic Colors of #8FFFFE
Black with #8FFFFE
Text Example
Text Example
White with #8FFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFFE; }
p { color: rgb(143,255,254); }
H1.HeaderClassName
{
color: #8FFFFE;
}
.AnyTagClassName
{
color: #8FFFFE;
}
</style>
background-color css
<style>
a { background-color: #8FFFFE; }
a { background-color: rgb(143,255,254); }
div.DivClassName
{
background-color: #8FFFFE;
}
.BgClassName
{
background-color: #8FFFFE;
}
</style>
border-color css
<style>
span { border-color: #8FFFFE; }
span { border-color: rgb(143,255,254); }
td.TdClassName
{
border-color: #8FFFFE;
}
.TagClassName
{
border-color: #8FFFFE;
}
</style>