Shades of Electric Blue #8FFFF5
Tints of Electric Blue #8FFFF5
RGB
CMYK
RGB Variations
Color information
#8FFFF5 (or 0x8FFFF5) is known color: Electric Blue. HEX triplet: 8F, FF and F5. RGB value is (143,255,245). Sum of RGB (Red+Green+Blue) = 143+255+245=643 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.24% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFF5 is #70000A. Grayscale: #DCDCDC. Windows color (decimal): -7340043 or 16121743. OLE color: 16121743.
HSL color Cylindrical-coordinate representation of color #8FFFF5: hue angle of 174.64º 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 #8FFFF5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 245 | - |
| CMYK | 0.44 | 0 | 0.04 | 0 |
| HSL | 174.64º | 1% | 0.78% | - |
| HSV(B) | 174.64º | 0.44% | 1% | - |
| XYZ | 63.57 | 83.95 | 99.24 | - |
| YUV | 220.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 245 | 0.44 | 0 | 0.04 | 0 | 174.64 | 1 | 0.78 |
| Hex | 8F | FF | F5 | 2C | 0 | 4 | 0 | AF | 64 | 4E |
| Octal | 217 | 377 | 365 | 54 | 0 | 4 | 0 | 257 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11110101 | 101100 | 0 | 100 | 0 | 10101111 | 1100100 | 1001110 |
Color Harmonies of #8FFFF5
Complementary color
Monochromatic Colors of #8FFFF5
Black with #8FFFF5
Text Example
Text Example
White with #8FFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFF5; }
p { color: rgb(143,255,245); }
H1.HeaderClassName
{
color: #8FFFF5;
}
.AnyTagClassName
{
color: #8FFFF5;
}
</style>
background-color css
<style>
a { background-color: #8FFFF5; }
a { background-color: rgb(143,255,245); }
div.DivClassName
{
background-color: #8FFFF5;
}
.BgClassName
{
background-color: #8FFFF5;
}
</style>
border-color css
<style>
span { border-color: #8FFFF5; }
span { border-color: rgb(143,255,245); }
td.TdClassName
{
border-color: #8FFFF5;
}
.TagClassName
{
border-color: #8FFFF5;
}
</style>