Shades of Electric Blue #81EDFF
Tints of Electric Blue #81EDFF
RGB
CMYK
RGB Variations
Color information
#81EDFF (or 0x81EDFF) is known color: Electric Blue. HEX triplet: 81, ED and FF. RGB value is (129,237,255). Sum of RGB (Red+Green+Blue) = 129+237+255=621 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.77% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #81EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EDFF is #7E1200. Grayscale: #CECECE. Windows color (decimal): -8262145 or 16772481. OLE color: 16772481.
HSL color Cylindrical-coordinate representation of color #81EDFF: hue angle of 188.57º 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 #81EDFF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 237 | 255 | - |
| CMYK | 0.49 | 0.07 | 0 | 0 |
| HSL | 188.57º | 1% | 0.75% | - |
| HSV(B) | 188.57º | 0.49% | 1% | - |
| XYZ | 57.39 | 72.46 | 105.57 | - |
| YUV | 206.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 255 | 0.49 | 0.07 | 0 | 0 | 188.57 | 1 | 0.75 |
| Hex | 81 | ED | FF | 31 | 7 | 0 | 0 | BD | 64 | 4B |
| Octal | 201 | 355 | 377 | 61 | 7 | 0 | 0 | 275 | 144 | 113 |
| Binary | 10000001 | 11101101 | 11111111 | 110001 | 111 | 0 | 0 | 10111101 | 1100100 | 1001011 |
Color Harmonies of #81EDFF
Complementary color
Monochromatic Colors of #81EDFF
Black with #81EDFF
Text Example
Text Example
White with #81EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDFF; }
p { color: rgb(129,237,255); }
H1.HeaderClassName
{
color: #81EDFF;
}
.AnyTagClassName
{
color: #81EDFF;
}
</style>
background-color css
<style>
a { background-color: #81EDFF; }
a { background-color: rgb(129,237,255); }
div.DivClassName
{
background-color: #81EDFF;
}
.BgClassName
{
background-color: #81EDFF;
}
</style>
border-color css
<style>
span { border-color: #81EDFF; }
span { border-color: rgb(129,237,255); }
td.TdClassName
{
border-color: #81EDFF;
}
.TagClassName
{
border-color: #81EDFF;
}
</style>