Shades of Electric Blue #8BFDFC
Tints of Electric Blue #8BFDFC
RGB
CMYK
RGB Variations
Color information
#8BFDFC (or 0x8BFDFC) is known color: Electric Blue. HEX triplet: 8B, FD and FC. RGB value is (139,253,252). Sum of RGB (Red+Green+Blue) = 139+253+252=644 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.58% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDFC is #740203. Grayscale: #DADADA. Windows color (decimal): -7602692 or 16579979. OLE color: 16579979.
HSL color Cylindrical-coordinate representation of color #8BFDFC: hue angle of 179.47º 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 #8BFDFC is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 252 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.01 |
| HSL | 179.47º | 0.97% | 0.77% | - |
| HSV(B) | 179.47º | 0.45% | 0.99% | - |
| XYZ | 63.34 | 82.77 | 104.73 | - |
| YUV | 218.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 252 | 0.45 | 0 | 0.00 | 0.01 | 179.47 | 0.97 | 0.77 |
| Hex | 8B | FD | FC | 2D | 0 | 0 | 1 | B3 | 61 | 4D |
| Octal | 213 | 375 | 374 | 55 | 0 | 0 | 1 | 263 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11111100 | 101101 | 0 | 0 | 1 | 10110011 | 1100001 | 1001101 |
Color Harmonies of #8BFDFC
Complementary color
Monochromatic Colors of #8BFDFC
Black with #8BFDFC
Text Example
Text Example
White with #8BFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDFC; }
p { color: rgb(139,253,252); }
H1.HeaderClassName
{
color: #8BFDFC;
}
.AnyTagClassName
{
color: #8BFDFC;
}
</style>
background-color css
<style>
a { background-color: #8BFDFC; }
a { background-color: rgb(139,253,252); }
div.DivClassName
{
background-color: #8BFDFC;
}
.BgClassName
{
background-color: #8BFDFC;
}
</style>
border-color css
<style>
span { border-color: #8BFDFC; }
span { border-color: rgb(139,253,252); }
td.TdClassName
{
border-color: #8BFDFC;
}
.TagClassName
{
border-color: #8BFDFC;
}
</style>