Shades of Electric Blue #71EFF6
Tints of Electric Blue #71EFF6
RGB
CMYK
RGB Variations
Color information
#71EFF6 (or 0x71EFF6) is known color: Electric Blue. HEX triplet: 71, EF and F6. RGB value is (113,239,246). Sum of RGB (Red+Green+Blue) = 113+239+246=598 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.90% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #71EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EFF6 is #8E1009. Grayscale: #C9C9C9. Windows color (decimal): -9310218 or 16183153. OLE color: 16183153.
HSL color Cylindrical-coordinate representation of color #71EFF6: hue angle of 183.16º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71EFF6 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 239 | 246 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.04 |
| HSL | 183.16º | 0.88% | 0.7% | - |
| HSV(B) | 183.16º | 0.54% | 0.96% | - |
| XYZ | 54.31 | 71.9 | 98.2 | - |
| YUV | 202.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 246 | 0.54 | 0.03 | 0 | 0.04 | 183.16 | 0.88 | 0.7 |
| Hex | 71 | EF | F6 | 36 | 3 | 0 | 4 | B7 | 58 | 46 |
| Octal | 161 | 357 | 366 | 66 | 3 | 0 | 4 | 267 | 130 | 106 |
| Binary | 1110001 | 11101111 | 11110110 | 110110 | 11 | 0 | 100 | 10110111 | 1011000 | 1000110 |
Color Harmonies of #71EFF6
Complementary color
Monochromatic Colors of #71EFF6
Black with #71EFF6
Text Example
Text Example
White with #71EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFF6; }
p { color: rgb(113,239,246); }
H1.HeaderClassName
{
color: #71EFF6;
}
.AnyTagClassName
{
color: #71EFF6;
}
</style>
background-color css
<style>
a { background-color: #71EFF6; }
a { background-color: rgb(113,239,246); }
div.DivClassName
{
background-color: #71EFF6;
}
.BgClassName
{
background-color: #71EFF6;
}
</style>
border-color css
<style>
span { border-color: #71EFF6; }
span { border-color: rgb(113,239,246); }
td.TdClassName
{
border-color: #71EFF6;
}
.TagClassName
{
border-color: #71EFF6;
}
</style>