Shades of Electric Blue #81FDED
Tints of Electric Blue #81FDED
RGB
CMYK
RGB Variations
Color information
#81FDED (or 0x81FDED) is known color: Electric Blue. HEX triplet: 81, FD and ED. RGB value is (129,253,237). Sum of RGB (Red+Green+Blue) = 129+253+237=619 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.84% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #81FDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FDED is #7E0212. Grayscale: #D6D6D6. Windows color (decimal): -8258067 or 15596929. OLE color: 15596929.
HSL color Cylindrical-coordinate representation of color #81FDED: hue angle of 172.26º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FDED is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 253 | 237 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.01 |
| HSL | 172.26º | 0.97% | 0.75% | - |
| HSV(B) | 172.26º | 0.49% | 0.99% | - |
| XYZ | 59.46 | 81.03 | 92.63 | - |
| YUV | 214.1 | 140.92 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 253 | 237 | 0.49 | 0 | 0.06 | 0.01 | 172.26 | 0.97 | 0.75 |
| Hex | 81 | FD | ED | 31 | 0 | 6 | 1 | AC | 61 | 4B |
| Octal | 201 | 375 | 355 | 61 | 0 | 6 | 1 | 254 | 141 | 113 |
| Binary | 10000001 | 11111101 | 11101101 | 110001 | 0 | 110 | 1 | 10101100 | 1100001 | 1001011 |
Color Harmonies of #81FDED
Complementary color
Monochromatic Colors of #81FDED
Black with #81FDED
Text Example
Text Example
White with #81FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FDED; }
p { color: rgb(129,253,237); }
H1.HeaderClassName
{
color: #81FDED;
}
.AnyTagClassName
{
color: #81FDED;
}
</style>
background-color css
<style>
a { background-color: #81FDED; }
a { background-color: rgb(129,253,237); }
div.DivClassName
{
background-color: #81FDED;
}
.BgClassName
{
background-color: #81FDED;
}
</style>
border-color css
<style>
span { border-color: #81FDED; }
span { border-color: rgb(129,253,237); }
td.TdClassName
{
border-color: #81FDED;
}
.TagClassName
{
border-color: #81FDED;
}
</style>