Shades of Electric Blue #71EDF1
Tints of Electric Blue #71EDF1
RGB
CMYK
RGB Variations
Color information
#71EDF1 (or 0x71EDF1) is known color: Electric Blue. HEX triplet: 71, ED and F1. RGB value is (113,237,241). Sum of RGB (Red+Green+Blue) = 113+237+241=591 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.12% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #71EDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDF1 is #8E120E. Grayscale: #C8C8C8. Windows color (decimal): -9310735 or 15854961. OLE color: 15854961.
HSL color Cylindrical-coordinate representation of color #71EDF1: hue angle of 181.88º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EDF1 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 237 | 241 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.05 |
| HSL | 181.88º | 0.82% | 0.69% | - |
| HSV(B) | 181.88º | 0.53% | 0.95% | - |
| XYZ | 52.97 | 70.43 | 94.02 | - |
| YUV | 200.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 241 | 0.53 | 0.02 | 0 | 0.05 | 181.88 | 0.82 | 0.69 |
| Hex | 71 | ED | F1 | 35 | 2 | 0 | 5 | B6 | 52 | 45 |
| Octal | 161 | 355 | 361 | 65 | 2 | 0 | 5 | 266 | 122 | 105 |
| Binary | 1110001 | 11101101 | 11110001 | 110101 | 10 | 0 | 101 | 10110110 | 1010010 | 1000101 |
Color Harmonies of #71EDF1
Complementary color
Monochromatic Colors of #71EDF1
Black with #71EDF1
Text Example
Text Example
White with #71EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDF1; }
p { color: rgb(113,237,241); }
H1.HeaderClassName
{
color: #71EDF1;
}
.AnyTagClassName
{
color: #71EDF1;
}
</style>
background-color css
<style>
a { background-color: #71EDF1; }
a { background-color: rgb(113,237,241); }
div.DivClassName
{
background-color: #71EDF1;
}
.BgClassName
{
background-color: #71EDF1;
}
</style>
border-color css
<style>
span { border-color: #71EDF1; }
span { border-color: rgb(113,237,241); }
td.TdClassName
{
border-color: #71EDF1;
}
.TagClassName
{
border-color: #71EDF1;
}
</style>