Shades of Electric Blue #8FFEFE
Tints of Electric Blue #8FFEFE
RGB
CMYK
RGB Variations
Color information
#8FFEFE (or 0x8FFEFE) is known color: Electric Blue. HEX triplet: 8F, FE and FE. RGB value is (143,254,254). Sum of RGB (Red+Green+Blue) = 143+254+254=651 (86% of max value = 765). Red value is 143 (56.25% from 255 or 21.97% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #8FFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEFE is #700101. Grayscale: #DCDCDC. Windows color (decimal): -7340290 or 16711311. OLE color: 16711311.
HSL color Cylindrical-coordinate representation of color #8FFEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEFE is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 254 | - |
| CMYK | 0.44 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.78% | - |
| HSV(B) | 180º | 0.44% | 1% | - |
| XYZ | 64.66 | 83.88 | 106.55 | - |
| YUV | 220.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 254 | 0.44 | 0 | 0 | 0.00 | 180 | 0.98 | 0.78 |
| Hex | 8F | FE | FE | 2C | 0 | 0 | 0 | B4 | 62 | 4E |
| Octal | 217 | 376 | 376 | 54 | 0 | 0 | 0 | 264 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11111110 | 101100 | 0 | 0 | 0 | 10110100 | 1100010 | 1001110 |
Color Harmonies of #8FFEFE
Complementary color
Monochromatic Colors of #8FFEFE
Black with #8FFEFE
Text Example
Text Example
White with #8FFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEFE; }
p { color: rgb(143,254,254); }
H1.HeaderClassName
{
color: #8FFEFE;
}
.AnyTagClassName
{
color: #8FFEFE;
}
</style>
background-color css
<style>
a { background-color: #8FFEFE; }
a { background-color: rgb(143,254,254); }
div.DivClassName
{
background-color: #8FFEFE;
}
.BgClassName
{
background-color: #8FFEFE;
}
</style>
border-color css
<style>
span { border-color: #8FFEFE; }
span { border-color: rgb(143,254,254); }
td.TdClassName
{
border-color: #8FFEFE;
}
.TagClassName
{
border-color: #8FFEFE;
}
</style>