Shades of Electric Blue #8BFCEE
Tints of Electric Blue #8BFCEE
RGB
CMYK
RGB Variations
Color information
#8BFCEE (or 0x8BFCEE) is known color: Electric Blue. HEX triplet: 8B, FC and EE. RGB value is (139,252,238). Sum of RGB (Red+Green+Blue) = 139+252+238=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFCEE is #740311. Grayscale: #D8D8D8. Windows color (decimal): -7602962 or 15662219. OLE color: 15662219.
HSL color Cylindrical-coordinate representation of color #8BFCEE: hue angle of 172.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCEE is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 238 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.01 |
| HSL | 172.57º | 0.95% | 0.77% | - |
| HSV(B) | 172.57º | 0.45% | 0.99% | - |
| XYZ | 60.89 | 81.28 | 93.37 | - |
| YUV | 216.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 238 | 0.45 | 0 | 0.06 | 0.01 | 172.57 | 0.95 | 0.77 |
| Hex | 8B | FC | EE | 2D | 0 | 6 | 1 | AD | 5F | 4D |
| Octal | 213 | 374 | 356 | 55 | 0 | 6 | 1 | 255 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11101110 | 101101 | 0 | 110 | 1 | 10101101 | 1011111 | 1001101 |
Color Harmonies of #8BFCEE
Complementary color
Monochromatic Colors of #8BFCEE
Black with #8BFCEE
Text Example
Text Example
White with #8BFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCEE; }
p { color: rgb(139,252,238); }
H1.HeaderClassName
{
color: #8BFCEE;
}
.AnyTagClassName
{
color: #8BFCEE;
}
</style>
background-color css
<style>
a { background-color: #8BFCEE; }
a { background-color: rgb(139,252,238); }
div.DivClassName
{
background-color: #8BFCEE;
}
.BgClassName
{
background-color: #8BFCEE;
}
</style>
border-color css
<style>
span { border-color: #8BFCEE; }
span { border-color: rgb(139,252,238); }
td.TdClassName
{
border-color: #8BFCEE;
}
.TagClassName
{
border-color: #8BFCEE;
}
</style>