Shades of Electric Blue #81EDF1
Tints of Electric Blue #81EDF1
RGB
CMYK
RGB Variations
Color information
#81EDF1 (or 0x81EDF1) is known color: Electric Blue. HEX triplet: 81, ED and F1. RGB value is (129,237,241). Sum of RGB (Red+Green+Blue) = 129+237+241=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #81EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EDF1 is #7E120E. Grayscale: #CDCDCD. Windows color (decimal): -8262159 or 15854977. OLE color: 15854977.
HSL color Cylindrical-coordinate representation of color #81EDF1: hue angle of 182.14º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDF1 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 237 | 241 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.05 |
| HSL | 182.14º | 0.8% | 0.73% | - |
| HSV(B) | 182.14º | 0.46% | 0.95% | - |
| XYZ | 55.21 | 71.59 | 94.13 | - |
| YUV | 205.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 241 | 0.46 | 0.02 | 0 | 0.05 | 182.14 | 0.8 | 0.73 |
| Hex | 81 | ED | F1 | 2E | 2 | 0 | 5 | B6 | 50 | 49 |
| Octal | 201 | 355 | 361 | 56 | 2 | 0 | 5 | 266 | 120 | 111 |
| Binary | 10000001 | 11101101 | 11110001 | 101110 | 10 | 0 | 101 | 10110110 | 1010000 | 1001001 |
Color Harmonies of #81EDF1
Complementary color
Monochromatic Colors of #81EDF1
Black with #81EDF1
Text Example
Text Example
White with #81EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDF1; }
p { color: rgb(129,237,241); }
H1.HeaderClassName
{
color: #81EDF1;
}
.AnyTagClassName
{
color: #81EDF1;
}
</style>
background-color css
<style>
a { background-color: #81EDF1; }
a { background-color: rgb(129,237,241); }
div.DivClassName
{
background-color: #81EDF1;
}
.BgClassName
{
background-color: #81EDF1;
}
</style>
border-color css
<style>
span { border-color: #81EDF1; }
span { border-color: rgb(129,237,241); }
td.TdClassName
{
border-color: #81EDF1;
}
.TagClassName
{
border-color: #81EDF1;
}
</style>