Shades of Electric Blue #71EEF1
Tints of Electric Blue #71EEF1
RGB
CMYK
RGB Variations
Color information
#71EEF1 (or 0x71EEF1) is known color: Electric Blue. HEX triplet: 71, EE and F1. RGB value is (113,238,241). Sum of RGB (Red+Green+Blue) = 113+238+241=592 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.09% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #71EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EEF1 is #8E110E. Grayscale: #C8C8C8. Windows color (decimal): -9310479 or 15855217. OLE color: 15855217.
HSL color Cylindrical-coordinate representation of color #71EEF1: hue angle of 181.41º 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 #71EEF1 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 238 | 241 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.05 |
| HSL | 181.41º | 0.82% | 0.69% | - |
| HSV(B) | 181.41º | 0.53% | 0.95% | - |
| XYZ | 53.26 | 71.01 | 94.12 | - |
| YUV | 200.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 241 | 0.53 | 0.01 | 0 | 0.05 | 181.41 | 0.82 | 0.69 |
| Hex | 71 | EE | F1 | 35 | 1 | 0 | 5 | B5 | 52 | 45 |
| Octal | 161 | 356 | 361 | 65 | 1 | 0 | 5 | 265 | 122 | 105 |
| Binary | 1110001 | 11101110 | 11110001 | 110101 | 1 | 0 | 101 | 10110101 | 1010010 | 1000101 |
Color Harmonies of #71EEF1
Complementary color
Monochromatic Colors of #71EEF1
Black with #71EEF1
Text Example
Text Example
White with #71EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEF1; }
p { color: rgb(113,238,241); }
H1.HeaderClassName
{
color: #71EEF1;
}
.AnyTagClassName
{
color: #71EEF1;
}
</style>
background-color css
<style>
a { background-color: #71EEF1; }
a { background-color: rgb(113,238,241); }
div.DivClassName
{
background-color: #71EEF1;
}
.BgClassName
{
background-color: #71EEF1;
}
</style>
border-color css
<style>
span { border-color: #71EEF1; }
span { border-color: rgb(113,238,241); }
td.TdClassName
{
border-color: #71EEF1;
}
.TagClassName
{
border-color: #71EEF1;
}
</style>