Shades of Electric Blue #71EEF0
Tints of Electric Blue #71EEF0
RGB
CMYK
RGB Variations
Color information
#71EEF0 (or 0x71EEF0) is known color: Electric Blue. HEX triplet: 71, EE and F0. RGB value is (113,238,240). Sum of RGB (Red+Green+Blue) = 113+238+240=591 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.12% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #71EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EEF0 is #8E110F. Grayscale: #C8C8C8. Windows color (decimal): -9310480 or 15789681. OLE color: 15789681.
HSL color Cylindrical-coordinate representation of color #71EEF0: hue angle of 180.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EEF0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 238 | 240 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.06 |
| HSL | 180.94º | 0.81% | 0.69% | - |
| HSV(B) | 180.94º | 0.53% | 0.94% | - |
| XYZ | 53.11 | 70.95 | 93.33 | - |
| YUV | 200.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 240 | 0.53 | 0.01 | 0 | 0.06 | 180.94 | 0.81 | 0.69 |
| Hex | 71 | EE | F0 | 35 | 1 | 0 | 6 | B5 | 51 | 45 |
| Octal | 161 | 356 | 360 | 65 | 1 | 0 | 6 | 265 | 121 | 105 |
| Binary | 1110001 | 11101110 | 11110000 | 110101 | 1 | 0 | 110 | 10110101 | 1010001 | 1000101 |
Color Harmonies of #71EEF0
Complementary color
Monochromatic Colors of #71EEF0
Black with #71EEF0
Text Example
Text Example
White with #71EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEF0; }
p { color: rgb(113,238,240); }
H1.HeaderClassName
{
color: #71EEF0;
}
.AnyTagClassName
{
color: #71EEF0;
}
</style>
background-color css
<style>
a { background-color: #71EEF0; }
a { background-color: rgb(113,238,240); }
div.DivClassName
{
background-color: #71EEF0;
}
.BgClassName
{
background-color: #71EEF0;
}
</style>
border-color css
<style>
span { border-color: #71EEF0; }
span { border-color: rgb(113,238,240); }
td.TdClassName
{
border-color: #71EEF0;
}
.TagClassName
{
border-color: #71EEF0;
}
</style>