Shades of Electric Blue #8BF2EE
Tints of Electric Blue #8BF2EE
RGB
CMYK
RGB Variations
Color information
#8BF2EE (or 0x8BF2EE) is known color: Electric Blue. HEX triplet: 8B, F2 and EE. RGB value is (139,242,238). Sum of RGB (Red+Green+Blue) = 139+242+238=619 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.46% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF2EE is #740D11. Grayscale: #D2D2D2. Windows color (decimal): -7605522 or 15659659. OLE color: 15659659.
HSL color Cylindrical-coordinate representation of color #8BF2EE: hue angle of 177.67º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2EE is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 238 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.05 |
| HSL | 177.67º | 0.8% | 0.75% | - |
| HSV(B) | 177.67º | 0.43% | 0.95% | - |
| XYZ | 57.83 | 75.17 | 92.35 | - |
| YUV | 210.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 238 | 0.43 | 0 | 0.02 | 0.05 | 177.67 | 0.8 | 0.75 |
| Hex | 8B | F2 | EE | 2B | 0 | 2 | 5 | B2 | 50 | 4B |
| Octal | 213 | 362 | 356 | 53 | 0 | 2 | 5 | 262 | 120 | 113 |
| Binary | 10001011 | 11110010 | 11101110 | 101011 | 0 | 10 | 101 | 10110010 | 1010000 | 1001011 |
Color Harmonies of #8BF2EE
Complementary color
Monochromatic Colors of #8BF2EE
Black with #8BF2EE
Text Example
Text Example
White with #8BF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF2EE; }
p { color: rgb(139,242,238); }
H1.HeaderClassName
{
color: #8BF2EE;
}
.AnyTagClassName
{
color: #8BF2EE;
}
</style>
background-color css
<style>
a { background-color: #8BF2EE; }
a { background-color: rgb(139,242,238); }
div.DivClassName
{
background-color: #8BF2EE;
}
.BgClassName
{
background-color: #8BF2EE;
}
</style>
border-color css
<style>
span { border-color: #8BF2EE; }
span { border-color: rgb(139,242,238); }
td.TdClassName
{
border-color: #8BF2EE;
}
.TagClassName
{
border-color: #8BF2EE;
}
</style>