Shades of Electric Blue #81FFFD
Tints of Electric Blue #81FFFD
RGB
CMYK
RGB Variations
Color information
#81FFFD (or 0x81FFFD) is known color: Electric Blue. HEX triplet: 81, FF and FD. RGB value is (129,255,253). Sum of RGB (Red+Green+Blue) = 129+255+253=637 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.25% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFFD is #7E0002. Grayscale: #D8D8D8. Windows color (decimal): -8257539 or 16646017. OLE color: 16646017.
HSL color Cylindrical-coordinate representation of color #81FFFD: hue angle of 179.05º 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 #81FFFD is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 253 | - |
| CMYK | 0.49 | 0 | 0.01 | 0 |
| HSL | 179.05º | 1% | 0.75% | - |
| HSV(B) | 179.05º | 0.49% | 1% | - |
| XYZ | 62.54 | 83.28 | 105.71 | - |
| YUV | 217.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 253 | 0.49 | 0 | 0.01 | 0 | 179.05 | 1 | 0.75 |
| Hex | 81 | FF | FD | 31 | 0 | 1 | 0 | B3 | 64 | 4B |
| Octal | 201 | 377 | 375 | 61 | 0 | 1 | 0 | 263 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11111101 | 110001 | 0 | 1 | 0 | 10110011 | 1100100 | 1001011 |
Color Harmonies of #81FFFD
Complementary color
Monochromatic Colors of #81FFFD
Black with #81FFFD
Text Example
Text Example
White with #81FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFFD; }
p { color: rgb(129,255,253); }
H1.HeaderClassName
{
color: #81FFFD;
}
.AnyTagClassName
{
color: #81FFFD;
}
</style>
background-color css
<style>
a { background-color: #81FFFD; }
a { background-color: rgb(129,255,253); }
div.DivClassName
{
background-color: #81FFFD;
}
.BgClassName
{
background-color: #81FFFD;
}
</style>
border-color css
<style>
span { border-color: #81FFFD; }
span { border-color: rgb(129,255,253); }
td.TdClassName
{
border-color: #81FFFD;
}
.TagClassName
{
border-color: #81FFFD;
}
</style>