Shades of Electric Blue #81FFF5
Tints of Electric Blue #81FFF5
RGB
CMYK
RGB Variations
Color information
#81FFF5 (or 0x81FFF5) is known color: Electric Blue. HEX triplet: 81, FF and F5. RGB value is (129,255,245). Sum of RGB (Red+Green+Blue) = 129+255+245=629 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.51% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFF5 is #7E000A. Grayscale: #D8D8D8. Windows color (decimal): -8257547 or 16121729. OLE color: 16121729.
HSL color Cylindrical-coordinate representation of color #81FFF5: hue angle of 175.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FFF5 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 245 | - |
| CMYK | 0.49 | 0 | 0.04 | 0 |
| HSL | 175.24º | 1% | 0.75% | - |
| HSV(B) | 175.24º | 0.49% | 1% | - |
| XYZ | 61.29 | 82.78 | 99.13 | - |
| YUV | 216.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 245 | 0.49 | 0 | 0.04 | 0 | 175.24 | 1 | 0.75 |
| Hex | 81 | FF | F5 | 31 | 0 | 4 | 0 | AF | 64 | 4B |
| Octal | 201 | 377 | 365 | 61 | 0 | 4 | 0 | 257 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11110101 | 110001 | 0 | 100 | 0 | 10101111 | 1100100 | 1001011 |
Color Harmonies of #81FFF5
Complementary color
Monochromatic Colors of #81FFF5
Black with #81FFF5
Text Example
Text Example
White with #81FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFF5; }
p { color: rgb(129,255,245); }
H1.HeaderClassName
{
color: #81FFF5;
}
.AnyTagClassName
{
color: #81FFF5;
}
</style>
background-color css
<style>
a { background-color: #81FFF5; }
a { background-color: rgb(129,255,245); }
div.DivClassName
{
background-color: #81FFF5;
}
.BgClassName
{
background-color: #81FFF5;
}
</style>
border-color css
<style>
span { border-color: #81FFF5; }
span { border-color: rgb(129,255,245); }
td.TdClassName
{
border-color: #81FFF5;
}
.TagClassName
{
border-color: #81FFF5;
}
</style>