Shades of Electric Blue #8BF1FF
Tints of Electric Blue #8BF1FF
RGB
CMYK
RGB Variations
Color information
#8BF1FF (or 0x8BF1FF) is known color: Electric Blue. HEX triplet: 8B, F1 and FF. RGB value is (139,241,255). Sum of RGB (Red+Green+Blue) = 139+241+255=635 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.89% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF1FF is #740E00. Grayscale: #D3D3D3. Windows color (decimal): -7605761 or 16773515. OLE color: 16773515.
HSL color Cylindrical-coordinate representation of color #8BF1FF: hue angle of 187.24º 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 #8BF1FF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 241 | 255 | - |
| CMYK | 0.45 | 0.05 | 0 | 0 |
| HSL | 187.24º | 1% | 0.77% | - |
| HSV(B) | 187.24º | 0.45% | 1% | - |
| XYZ | 60.15 | 75.62 | 106.03 | - |
| YUV | 212.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 255 | 0.45 | 0.05 | 0 | 0 | 187.24 | 1 | 0.77 |
| Hex | 8B | F1 | FF | 2D | 5 | 0 | 0 | BB | 64 | 4D |
| Octal | 213 | 361 | 377 | 55 | 5 | 0 | 0 | 273 | 144 | 115 |
| Binary | 10001011 | 11110001 | 11111111 | 101101 | 101 | 0 | 0 | 10111011 | 1100100 | 1001101 |
Color Harmonies of #8BF1FF
Complementary color
Monochromatic Colors of #8BF1FF
Black with #8BF1FF
Text Example
Text Example
White with #8BF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF1FF; }
p { color: rgb(139,241,255); }
H1.HeaderClassName
{
color: #8BF1FF;
}
.AnyTagClassName
{
color: #8BF1FF;
}
</style>
background-color css
<style>
a { background-color: #8BF1FF; }
a { background-color: rgb(139,241,255); }
div.DivClassName
{
background-color: #8BF1FF;
}
.BgClassName
{
background-color: #8BF1FF;
}
</style>
border-color css
<style>
span { border-color: #8BF1FF; }
span { border-color: rgb(139,241,255); }
td.TdClassName
{
border-color: #8BF1FF;
}
.TagClassName
{
border-color: #8BF1FF;
}
</style>