Shades of Electric Blue #8BF1F7
Tints of Electric Blue #8BF1F7
RGB
CMYK
RGB Variations
Color information
#8BF1F7 (or 0x8BF1F7) is known color: Electric Blue. HEX triplet: 8B, F1 and F7. RGB value is (139,241,247). Sum of RGB (Red+Green+Blue) = 139+241+247=627 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.17% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #8BF1F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF1F7 is #740E08. Grayscale: #D3D3D3. Windows color (decimal): -7605769 or 16249227. OLE color: 16249227.
HSL color Cylindrical-coordinate representation of color #8BF1F7: hue angle of 183.33º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF1F7 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 241 | 247 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.03 |
| HSL | 183.33º | 0.87% | 0.76% | - |
| HSV(B) | 183.33º | 0.44% | 0.97% | - |
| XYZ | 58.89 | 75.11 | 99.39 | - |
| YUV | 211.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 247 | 0.44 | 0.02 | 0 | 0.03 | 183.33 | 0.87 | 0.76 |
| Hex | 8B | F1 | F7 | 2C | 2 | 0 | 3 | B7 | 57 | 4C |
| Octal | 213 | 361 | 367 | 54 | 2 | 0 | 3 | 267 | 127 | 114 |
| Binary | 10001011 | 11110001 | 11110111 | 101100 | 10 | 0 | 11 | 10110111 | 1010111 | 1001100 |
Color Harmonies of #8BF1F7
Complementary color
Monochromatic Colors of #8BF1F7
Black with #8BF1F7
Text Example
Text Example
White with #8BF1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF1F7; }
p { color: rgb(139,241,247); }
H1.HeaderClassName
{
color: #8BF1F7;
}
.AnyTagClassName
{
color: #8BF1F7;
}
</style>
background-color css
<style>
a { background-color: #8BF1F7; }
a { background-color: rgb(139,241,247); }
div.DivClassName
{
background-color: #8BF1F7;
}
.BgClassName
{
background-color: #8BF1F7;
}
</style>
border-color css
<style>
span { border-color: #8BF1F7; }
span { border-color: rgb(139,241,247); }
td.TdClassName
{
border-color: #8BF1F7;
}
.TagClassName
{
border-color: #8BF1F7;
}
</style>