Shades of Electric Blue #8BFDED
Tints of Electric Blue #8BFDED
RGB
CMYK
RGB Variations
Color information
#8BFDED (or 0x8BFDED) is known color: Electric Blue. HEX triplet: 8B, FD and ED. RGB value is (139,253,237). Sum of RGB (Red+Green+Blue) = 139+253+237=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDED is #740212. Grayscale: #D9D9D9. Windows color (decimal): -7602707 or 15596939. OLE color: 15596939.
HSL color Cylindrical-coordinate representation of color #8BFDED: hue angle of 171.58º degrees, saturation: 0.97, 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 #8BFDED is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 237 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.01 |
| HSL | 171.58º | 0.97% | 0.77% | - |
| HSV(B) | 171.58º | 0.45% | 0.99% | - |
| XYZ | 61.06 | 81.85 | 92.7 | - |
| YUV | 217.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 237 | 0.45 | 0 | 0.06 | 0.01 | 171.58 | 0.97 | 0.77 |
| Hex | 8B | FD | ED | 2D | 0 | 6 | 1 | AC | 61 | 4D |
| Octal | 213 | 375 | 355 | 55 | 0 | 6 | 1 | 254 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11101101 | 101101 | 0 | 110 | 1 | 10101100 | 1100001 | 1001101 |
Color Harmonies of #8BFDED
Complementary color
Monochromatic Colors of #8BFDED
Black with #8BFDED
Text Example
Text Example
White with #8BFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDED; }
p { color: rgb(139,253,237); }
H1.HeaderClassName
{
color: #8BFDED;
}
.AnyTagClassName
{
color: #8BFDED;
}
</style>
background-color css
<style>
a { background-color: #8BFDED; }
a { background-color: rgb(139,253,237); }
div.DivClassName
{
background-color: #8BFDED;
}
.BgClassName
{
background-color: #8BFDED;
}
</style>
border-color css
<style>
span { border-color: #8BFDED; }
span { border-color: rgb(139,253,237); }
td.TdClassName
{
border-color: #8BFDED;
}
.TagClassName
{
border-color: #8BFDED;
}
</style>