Shades of Electric Blue #8BFAF5
Tints of Electric Blue #8BFAF5
RGB
CMYK
RGB Variations
Color information
#8BFAF5 (or 0x8BFAF5) is known color: Electric Blue. HEX triplet: 8B, FA and F5. RGB value is (139,250,245). Sum of RGB (Red+Green+Blue) = 139+250+245=634 (83% of max value = 765). Red value is 139 (54.69% from 255 or 21.92% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAF5 is #74050A. Grayscale: #D8D8D8. Windows color (decimal): -7603467 or 16120459. OLE color: 16120459.
HSL color Cylindrical-coordinate representation of color #8BFAF5: hue angle of 177.3º 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 #8BFAF5 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 245 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.02 |
| HSL | 177.3º | 0.92% | 0.76% | - |
| HSV(B) | 177.3º | 0.44% | 0.98% | - |
| XYZ | 61.31 | 80.45 | 98.68 | - |
| YUV | 216.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 245 | 0.44 | 0 | 0.02 | 0.02 | 177.3 | 0.92 | 0.76 |
| Hex | 8B | FA | F5 | 2C | 0 | 2 | 2 | B1 | 5C | 4C |
| Octal | 213 | 372 | 365 | 54 | 0 | 2 | 2 | 261 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11110101 | 101100 | 0 | 10 | 10 | 10110001 | 1011100 | 1001100 |
Color Harmonies of #8BFAF5
Complementary color
Monochromatic Colors of #8BFAF5
Black with #8BFAF5
Text Example
Text Example
White with #8BFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAF5; }
p { color: rgb(139,250,245); }
H1.HeaderClassName
{
color: #8BFAF5;
}
.AnyTagClassName
{
color: #8BFAF5;
}
</style>
background-color css
<style>
a { background-color: #8BFAF5; }
a { background-color: rgb(139,250,245); }
div.DivClassName
{
background-color: #8BFAF5;
}
.BgClassName
{
background-color: #8BFAF5;
}
</style>
border-color css
<style>
span { border-color: #8BFAF5; }
span { border-color: rgb(139,250,245); }
td.TdClassName
{
border-color: #8BFAF5;
}
.TagClassName
{
border-color: #8BFAF5;
}
</style>