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