Shades of Electric Blue #71EFF1
Tints of Electric Blue #71EFF1
RGB
CMYK
RGB Variations
Color information
#71EFF1 (or 0x71EFF1) is known color: Electric Blue. HEX triplet: 71, EF and F1. RGB value is (113,239,241). Sum of RGB (Red+Green+Blue) = 113+239+241=593 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.06% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #71EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EFF1 is #8E100E. Grayscale: #C9C9C9. Windows color (decimal): -9310223 or 15855473. OLE color: 15855473.
HSL color Cylindrical-coordinate representation of color #71EFF1: hue angle of 180.94º 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 #71EFF1 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 239 | 241 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.05 |
| HSL | 180.94º | 0.82% | 0.69% | - |
| HSV(B) | 180.94º | 0.53% | 0.95% | - |
| XYZ | 53.55 | 71.59 | 94.22 | - |
| YUV | 201.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 241 | 0.53 | 0.01 | 0 | 0.05 | 180.94 | 0.82 | 0.69 |
| Hex | 71 | EF | F1 | 35 | 1 | 0 | 5 | B5 | 52 | 45 |
| Octal | 161 | 357 | 361 | 65 | 1 | 0 | 5 | 265 | 122 | 105 |
| Binary | 1110001 | 11101111 | 11110001 | 110101 | 1 | 0 | 101 | 10110101 | 1010010 | 1000101 |
Color Harmonies of #71EFF1
Complementary color
Monochromatic Colors of #71EFF1
Black with #71EFF1
Text Example
Text Example
White with #71EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFF1; }
p { color: rgb(113,239,241); }
H1.HeaderClassName
{
color: #71EFF1;
}
.AnyTagClassName
{
color: #71EFF1;
}
</style>
background-color css
<style>
a { background-color: #71EFF1; }
a { background-color: rgb(113,239,241); }
div.DivClassName
{
background-color: #71EFF1;
}
.BgClassName
{
background-color: #71EFF1;
}
</style>
border-color css
<style>
span { border-color: #71EFF1; }
span { border-color: rgb(113,239,241); }
td.TdClassName
{
border-color: #71EFF1;
}
.TagClassName
{
border-color: #71EFF1;
}
</style>