Shades of Electric Blue #8BF7FF
Tints of Electric Blue #8BF7FF
RGB
CMYK
RGB Variations
Color information
#8BF7FF (or 0x8BF7FF) is known color: Electric Blue. HEX triplet: 8B, F7 and FF. RGB value is (139,247,255). Sum of RGB (Red+Green+Blue) = 139+247+255=641 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.68% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF7FF is #740800. Grayscale: #D7D7D7. Windows color (decimal): -7604225 or 16775051. OLE color: 16775051.
HSL color Cylindrical-coordinate representation of color #8BF7FF: hue angle of 184.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BF7FF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 247 | 255 | - |
| CMYK | 0.45 | 0.03 | 0 | 0 |
| HSL | 184.14º | 1% | 0.77% | - |
| HSV(B) | 184.14º | 0.45% | 1% | - |
| XYZ | 61.96 | 79.23 | 106.64 | - |
| YUV | 215.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 247 | 255 | 0.45 | 0.03 | 0 | 0 | 184.14 | 1 | 0.77 |
| Hex | 8B | F7 | FF | 2D | 3 | 0 | 0 | B8 | 64 | 4D |
| Octal | 213 | 367 | 377 | 55 | 3 | 0 | 0 | 270 | 144 | 115 |
| Binary | 10001011 | 11110111 | 11111111 | 101101 | 11 | 0 | 0 | 10111000 | 1100100 | 1001101 |
Color Harmonies of #8BF7FF
Complementary color
Monochromatic Colors of #8BF7FF
Black with #8BF7FF
Text Example
Text Example
White with #8BF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF7FF; }
p { color: rgb(139,247,255); }
H1.HeaderClassName
{
color: #8BF7FF;
}
.AnyTagClassName
{
color: #8BF7FF;
}
</style>
background-color css
<style>
a { background-color: #8BF7FF; }
a { background-color: rgb(139,247,255); }
div.DivClassName
{
background-color: #8BF7FF;
}
.BgClassName
{
background-color: #8BF7FF;
}
</style>
border-color css
<style>
span { border-color: #8BF7FF; }
span { border-color: rgb(139,247,255); }
td.TdClassName
{
border-color: #8BF7FF;
}
.TagClassName
{
border-color: #8BF7FF;
}
</style>