Shades of Electric Blue #86FAF4
Tints of Electric Blue #86FAF4
RGB
CMYK
RGB Variations
Color information
#86FAF4 (or 0x86FAF4) is known color: Electric Blue. HEX triplet: 86, FA and F4. RGB value is (134,250,244). Sum of RGB (Red+Green+Blue) = 134+250+244=628 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.34% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #86FAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FAF4 is #79050B. Grayscale: #D6D6D6. Windows color (decimal): -7931148 or 16054918. OLE color: 16054918.
HSL color Cylindrical-coordinate representation of color #86FAF4: hue angle of 176.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FAF4 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 244 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.02 |
| HSL | 176.9º | 0.92% | 0.75% | - |
| HSV(B) | 176.9º | 0.46% | 0.98% | - |
| XYZ | 60.35 | 79.97 | 97.84 | - |
| YUV | 214.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 244 | 0.46 | 0 | 0.02 | 0.02 | 176.9 | 0.92 | 0.75 |
| Hex | 86 | FA | F4 | 2E | 0 | 2 | 2 | B1 | 5C | 4B |
| Octal | 206 | 372 | 364 | 56 | 0 | 2 | 2 | 261 | 134 | 113 |
| Binary | 10000110 | 11111010 | 11110100 | 101110 | 0 | 10 | 10 | 10110001 | 1011100 | 1001011 |
Color Harmonies of #86FAF4
Complementary color
Monochromatic Colors of #86FAF4
Black with #86FAF4
Text Example
Text Example
White with #86FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FAF4; }
p { color: rgb(134,250,244); }
H1.HeaderClassName
{
color: #86FAF4;
}
.AnyTagClassName
{
color: #86FAF4;
}
</style>
background-color css
<style>
a { background-color: #86FAF4; }
a { background-color: rgb(134,250,244); }
div.DivClassName
{
background-color: #86FAF4;
}
.BgClassName
{
background-color: #86FAF4;
}
</style>
border-color css
<style>
span { border-color: #86FAF4; }
span { border-color: rgb(134,250,244); }
td.TdClassName
{
border-color: #86FAF4;
}
.TagClassName
{
border-color: #86FAF4;
}
</style>