Shades of Electric Blue #8BFAF4
Tints of Electric Blue #8BFAF4
RGB
CMYK
RGB Variations
Color information
#8BFAF4 (or 0x8BFAF4) is known color: Electric Blue. HEX triplet: 8B, FA and F4. RGB value is (139,250,244). Sum of RGB (Red+Green+Blue) = 139+250+244=633 (83% of max value = 765). Red value is 139 (54.69% from 255 or 21.96% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAF4 is #74050B. Grayscale: #D8D8D8. Windows color (decimal): -7603468 or 16054923. OLE color: 16054923.
HSL color Cylindrical-coordinate representation of color #8BFAF4: hue angle of 176.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAF4 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 244 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.02 |
| HSL | 176.76º | 0.92% | 0.76% | - |
| HSV(B) | 176.76º | 0.44% | 0.98% | - |
| XYZ | 61.16 | 80.39 | 97.88 | - |
| YUV | 216.13 | 143.73 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 244 | 0.44 | 0 | 0.02 | 0.02 | 176.76 | 0.92 | 0.76 |
| Hex | 8B | FA | F4 | 2C | 0 | 2 | 2 | B1 | 5C | 4C |
| Octal | 213 | 372 | 364 | 54 | 0 | 2 | 2 | 261 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11110100 | 101100 | 0 | 10 | 10 | 10110001 | 1011100 | 1001100 |
Color Harmonies of #8BFAF4
Complementary color
Monochromatic Colors of #8BFAF4
Black with #8BFAF4
Text Example
Text Example
White with #8BFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAF4; }
p { color: rgb(139,250,244); }
H1.HeaderClassName
{
color: #8BFAF4;
}
.AnyTagClassName
{
color: #8BFAF4;
}
</style>
background-color css
<style>
a { background-color: #8BFAF4; }
a { background-color: rgb(139,250,244); }
div.DivClassName
{
background-color: #8BFAF4;
}
.BgClassName
{
background-color: #8BFAF4;
}
</style>
border-color css
<style>
span { border-color: #8BFAF4; }
span { border-color: rgb(139,250,244); }
td.TdClassName
{
border-color: #8BFAF4;
}
.TagClassName
{
border-color: #8BFAF4;
}
</style>