Shades of Electric Blue #8BFDF8
Tints of Electric Blue #8BFDF8
RGB
CMYK
RGB Variations
Color information
#8BFDF8 (or 0x8BFDF8) is known color: Electric Blue. HEX triplet: 8B, FD and F8. RGB value is (139,253,248). Sum of RGB (Red+Green+Blue) = 139+253+248=640 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.72% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDF8 is #740207. Grayscale: #DADADA. Windows color (decimal): -7602696 or 16317835. OLE color: 16317835.
HSL color Cylindrical-coordinate representation of color #8BFDF8: hue angle of 177.37º 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 #8BFDF8 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 248 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.01 |
| HSL | 177.37º | 0.97% | 0.77% | - |
| HSV(B) | 177.37º | 0.45% | 0.99% | - |
| XYZ | 62.72 | 82.52 | 101.43 | - |
| YUV | 218.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 248 | 0.45 | 0 | 0.02 | 0.01 | 177.37 | 0.97 | 0.77 |
| Hex | 8B | FD | F8 | 2D | 0 | 2 | 1 | B1 | 61 | 4D |
| Octal | 213 | 375 | 370 | 55 | 0 | 2 | 1 | 261 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11111000 | 101101 | 0 | 10 | 1 | 10110001 | 1100001 | 1001101 |
Color Harmonies of #8BFDF8
Complementary color
Monochromatic Colors of #8BFDF8
Black with #8BFDF8
Text Example
Text Example
White with #8BFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDF8; }
p { color: rgb(139,253,248); }
H1.HeaderClassName
{
color: #8BFDF8;
}
.AnyTagClassName
{
color: #8BFDF8;
}
</style>
background-color css
<style>
a { background-color: #8BFDF8; }
a { background-color: rgb(139,253,248); }
div.DivClassName
{
background-color: #8BFDF8;
}
.BgClassName
{
background-color: #8BFDF8;
}
</style>
border-color css
<style>
span { border-color: #8BFDF8; }
span { border-color: rgb(139,253,248); }
td.TdClassName
{
border-color: #8BFDF8;
}
.TagClassName
{
border-color: #8BFDF8;
}
</style>