Shades of Electric Blue #8BF8FF
Tints of Electric Blue #8BF8FF
RGB
CMYK
RGB Variations
Color information
#8BF8FF (or 0x8BF8FF) is known color: Electric Blue. HEX triplet: 8B, F8 and FF. RGB value is (139,248,255). Sum of RGB (Red+Green+Blue) = 139+248+255=642 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.65% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF8FF is #740700. Grayscale: #D8D8D8. Windows color (decimal): -7603969 or 16775307. OLE color: 16775307.
HSL color Cylindrical-coordinate representation of color #8BF8FF: hue angle of 183.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BF8FF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 248 | 255 | - |
| CMYK | 0.45 | 0.03 | 0 | 0 |
| HSL | 183.62º | 1% | 0.77% | - |
| HSV(B) | 183.62º | 0.45% | 1% | - |
| XYZ | 62.26 | 79.84 | 106.74 | - |
| YUV | 216.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 248 | 255 | 0.45 | 0.03 | 0 | 0 | 183.62 | 1 | 0.77 |
| Hex | 8B | F8 | FF | 2D | 3 | 0 | 0 | B8 | 64 | 4D |
| Octal | 213 | 370 | 377 | 55 | 3 | 0 | 0 | 270 | 144 | 115 |
| Binary | 10001011 | 11111000 | 11111111 | 101101 | 11 | 0 | 0 | 10111000 | 1100100 | 1001101 |
Color Harmonies of #8BF8FF
Complementary color
Monochromatic Colors of #8BF8FF
Black with #8BF8FF
Text Example
Text Example
White with #8BF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF8FF; }
p { color: rgb(139,248,255); }
H1.HeaderClassName
{
color: #8BF8FF;
}
.AnyTagClassName
{
color: #8BF8FF;
}
</style>
background-color css
<style>
a { background-color: #8BF8FF; }
a { background-color: rgb(139,248,255); }
div.DivClassName
{
background-color: #8BF8FF;
}
.BgClassName
{
background-color: #8BF8FF;
}
</style>
border-color css
<style>
span { border-color: #8BF8FF; }
span { border-color: rgb(139,248,255); }
td.TdClassName
{
border-color: #8BF8FF;
}
.TagClassName
{
border-color: #8BF8FF;
}
</style>