Shades of Electric Blue #86FEF4
Tints of Electric Blue #86FEF4
RGB
CMYK
RGB Variations
Color information
#86FEF4 (or 0x86FEF4) is known color: Electric Blue. HEX triplet: 86, FE and F4. RGB value is (134,254,244). Sum of RGB (Red+Green+Blue) = 134+254+244=632 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.20% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEF4 is #79010B. Grayscale: #D8D8D8. Windows color (decimal): -7930124 or 16055942. OLE color: 16055942.
HSL color Cylindrical-coordinate representation of color #86FEF4: hue angle of 175º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEF4 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 244 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.00 |
| HSL | 175º | 0.98% | 0.76% | - |
| HSV(B) | 175º | 0.47% | 1% | - |
| XYZ | 61.6 | 82.48 | 98.26 | - |
| YUV | 216.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 244 | 0.47 | 0 | 0.04 | 0.00 | 175 | 0.98 | 0.76 |
| Hex | 86 | FE | F4 | 2F | 0 | 4 | 0 | AF | 62 | 4C |
| Octal | 206 | 376 | 364 | 57 | 0 | 4 | 0 | 257 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11110100 | 101111 | 0 | 100 | 0 | 10101111 | 1100010 | 1001100 |
Color Harmonies of #86FEF4
Complementary color
Monochromatic Colors of #86FEF4
Black with #86FEF4
Text Example
Text Example
White with #86FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEF4; }
p { color: rgb(134,254,244); }
H1.HeaderClassName
{
color: #86FEF4;
}
.AnyTagClassName
{
color: #86FEF4;
}
</style>
background-color css
<style>
a { background-color: #86FEF4; }
a { background-color: rgb(134,254,244); }
div.DivClassName
{
background-color: #86FEF4;
}
.BgClassName
{
background-color: #86FEF4;
}
</style>
border-color css
<style>
span { border-color: #86FEF4; }
span { border-color: rgb(134,254,244); }
td.TdClassName
{
border-color: #86FEF4;
}
.TagClassName
{
border-color: #86FEF4;
}
</style>