Shades of Electric Blue #8FF5FF
Tints of Electric Blue #8FF5FF
RGB
CMYK
RGB Variations
Color information
#8FF5FF (or 0x8FF5FF) is known color: Electric Blue. HEX triplet: 8F, F5 and FF. RGB value is (143,245,255). Sum of RGB (Red+Green+Blue) = 143+245+255=643 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.24% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF5FF is #700A00. Grayscale: #D7D7D7. Windows color (decimal): -7342593 or 16774543. OLE color: 16774543.
HSL color Cylindrical-coordinate representation of color #8FF5FF: hue angle of 185.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FF5FF is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 245 | 255 | - |
| CMYK | 0.44 | 0.04 | 0 | 0 |
| HSL | 185.36º | 1% | 0.78% | - |
| HSV(B) | 185.36º | 0.44% | 1% | - |
| XYZ | 62.03 | 78.36 | 106.46 | - |
| YUV | 215.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 245 | 255 | 0.44 | 0.04 | 0 | 0 | 185.36 | 1 | 0.78 |
| Hex | 8F | F5 | FF | 2C | 4 | 0 | 0 | B9 | 64 | 4E |
| Octal | 217 | 365 | 377 | 54 | 4 | 0 | 0 | 271 | 144 | 116 |
| Binary | 10001111 | 11110101 | 11111111 | 101100 | 100 | 0 | 0 | 10111001 | 1100100 | 1001110 |
Color Harmonies of #8FF5FF
Complementary color
Monochromatic Colors of #8FF5FF
Black with #8FF5FF
Text Example
Text Example
White with #8FF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF5FF; }
p { color: rgb(143,245,255); }
H1.HeaderClassName
{
color: #8FF5FF;
}
.AnyTagClassName
{
color: #8FF5FF;
}
</style>
background-color css
<style>
a { background-color: #8FF5FF; }
a { background-color: rgb(143,245,255); }
div.DivClassName
{
background-color: #8FF5FF;
}
.BgClassName
{
background-color: #8FF5FF;
}
</style>
border-color css
<style>
span { border-color: #8FF5FF; }
span { border-color: rgb(143,245,255); }
td.TdClassName
{
border-color: #8FF5FF;
}
.TagClassName
{
border-color: #8FF5FF;
}
</style>