Shades of Electric Blue #8BF8F9
Tints of Electric Blue #8BF8F9
RGB
CMYK
RGB Variations
Color information
#8BF8F9 (or 0x8BF8F9) is known color: Electric Blue. HEX triplet: 8B, F8 and F9. RGB value is (139,248,249). Sum of RGB (Red+Green+Blue) = 139+248+249=636 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.86% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #8BF8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF8F9 is #740706. Grayscale: #D7D7D7. Windows color (decimal): -7603975 or 16382091. OLE color: 16382091.
HSL color Cylindrical-coordinate representation of color #8BF8F9: hue angle of 180.55º degrees, saturation: 0.9, 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 #8BF8F9 is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 248 | 249 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.02 |
| HSL | 180.55º | 0.9% | 0.76% | - |
| HSV(B) | 180.55º | 0.44% | 0.98% | - |
| XYZ | 61.31 | 79.46 | 101.73 | - |
| YUV | 215.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 248 | 249 | 0.44 | 0.00 | 0 | 0.02 | 180.55 | 0.9 | 0.76 |
| Hex | 8B | F8 | F9 | 2C | 0 | 0 | 2 | B5 | 5A | 4C |
| Octal | 213 | 370 | 371 | 54 | 0 | 0 | 2 | 265 | 132 | 114 |
| Binary | 10001011 | 11111000 | 11111001 | 101100 | 0 | 0 | 10 | 10110101 | 1011010 | 1001100 |
Color Harmonies of #8BF8F9
Complementary color
Monochromatic Colors of #8BF8F9
Black with #8BF8F9
Text Example
Text Example
White with #8BF8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF8F9; }
p { color: rgb(139,248,249); }
H1.HeaderClassName
{
color: #8BF8F9;
}
.AnyTagClassName
{
color: #8BF8F9;
}
</style>
background-color css
<style>
a { background-color: #8BF8F9; }
a { background-color: rgb(139,248,249); }
div.DivClassName
{
background-color: #8BF8F9;
}
.BgClassName
{
background-color: #8BF8F9;
}
</style>
border-color css
<style>
span { border-color: #8BF8F9; }
span { border-color: rgb(139,248,249); }
td.TdClassName
{
border-color: #8BF8F9;
}
.TagClassName
{
border-color: #8BF8F9;
}
</style>