Shades of Electric Blue #8BF2FE
Tints of Electric Blue #8BF2FE
RGB
CMYK
RGB Variations
Color information
#8BF2FE (or 0x8BF2FE) is known color: Electric Blue. HEX triplet: 8B, F2 and FE. RGB value is (139,242,254). Sum of RGB (Red+Green+Blue) = 139+242+254=635 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.89% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF2FE is #740D01. Grayscale: #D4D4D4. Windows color (decimal): -7605506 or 16708235. OLE color: 16708235.
HSL color Cylindrical-coordinate representation of color #8BF2FE: hue angle of 186.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BF2FE is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 242 | 254 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.00 |
| HSL | 186.26º | 0.98% | 0.77% | - |
| HSV(B) | 186.26º | 0.45% | 1% | - |
| XYZ | 60.29 | 76.15 | 105.29 | - |
| YUV | 212.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 254 | 0.45 | 0.05 | 0 | 0.00 | 186.26 | 0.98 | 0.77 |
| Hex | 8B | F2 | FE | 2D | 5 | 0 | 0 | BA | 62 | 4D |
| Octal | 213 | 362 | 376 | 55 | 5 | 0 | 0 | 272 | 142 | 115 |
| Binary | 10001011 | 11110010 | 11111110 | 101101 | 101 | 0 | 0 | 10111010 | 1100010 | 1001101 |
Color Harmonies of #8BF2FE
Complementary color
Monochromatic Colors of #8BF2FE
Black with #8BF2FE
Text Example
Text Example
White with #8BF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF2FE; }
p { color: rgb(139,242,254); }
H1.HeaderClassName
{
color: #8BF2FE;
}
.AnyTagClassName
{
color: #8BF2FE;
}
</style>
background-color css
<style>
a { background-color: #8BF2FE; }
a { background-color: rgb(139,242,254); }
div.DivClassName
{
background-color: #8BF2FE;
}
.BgClassName
{
background-color: #8BF2FE;
}
</style>
border-color css
<style>
span { border-color: #8BF2FE; }
span { border-color: rgb(139,242,254); }
td.TdClassName
{
border-color: #8BF2FE;
}
.TagClassName
{
border-color: #8BF2FE;
}
</style>