Shades of Electric Blue #71EEF3
Tints of Electric Blue #71EEF3
RGB
CMYK
RGB Variations
Color information
#71EEF3 (or 0x71EEF3) is known color: Electric Blue. HEX triplet: 71, EE and F3. RGB value is (113,238,243). Sum of RGB (Red+Green+Blue) = 113+238+243=594 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.02% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #71EEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EEF3 is #8E110C. Grayscale: #C9C9C9. Windows color (decimal): -9310477 or 15986289. OLE color: 15986289.
HSL color Cylindrical-coordinate representation of color #71EEF3: hue angle of 182.31º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EEF3 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 238 | 243 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.05 |
| HSL | 182.31º | 0.84% | 0.7% | - |
| HSV(B) | 182.31º | 0.53% | 0.95% | - |
| XYZ | 53.56 | 71.13 | 95.7 | - |
| YUV | 201.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 243 | 0.53 | 0.02 | 0 | 0.05 | 182.31 | 0.84 | 0.7 |
| Hex | 71 | EE | F3 | 35 | 2 | 0 | 5 | B6 | 54 | 46 |
| Octal | 161 | 356 | 363 | 65 | 2 | 0 | 5 | 266 | 124 | 106 |
| Binary | 1110001 | 11101110 | 11110011 | 110101 | 10 | 0 | 101 | 10110110 | 1010100 | 1000110 |
Color Harmonies of #71EEF3
Complementary color
Monochromatic Colors of #71EEF3
Black with #71EEF3
Text Example
Text Example
White with #71EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEF3; }
p { color: rgb(113,238,243); }
H1.HeaderClassName
{
color: #71EEF3;
}
.AnyTagClassName
{
color: #71EEF3;
}
</style>
background-color css
<style>
a { background-color: #71EEF3; }
a { background-color: rgb(113,238,243); }
div.DivClassName
{
background-color: #71EEF3;
}
.BgClassName
{
background-color: #71EEF3;
}
</style>
border-color css
<style>
span { border-color: #71EEF3; }
span { border-color: rgb(113,238,243); }
td.TdClassName
{
border-color: #71EEF3;
}
.TagClassName
{
border-color: #71EEF3;
}
</style>