Shades of Electric Blue #71F0FF
Tints of Electric Blue #71F0FF
RGB
CMYK
RGB Variations
Color information
#71F0FF (or 0x71F0FF) is known color: Electric Blue. HEX triplet: 71, F0 and FF. RGB value is (113,240,255). Sum of RGB (Red+Green+Blue) = 113+240+255=608 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.59% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #71F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F0FF is #8E0F00. Grayscale: #CBCBCB. Windows color (decimal): -9309953 or 16773233. OLE color: 16773233.
HSL color Cylindrical-coordinate representation of color #71F0FF: hue angle of 186.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71F0FF is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 240 | 255 | - |
| CMYK | 0.56 | 0.06 | 0 | 0 |
| HSL | 186.34º | 1% | 0.72% | - |
| HSV(B) | 186.34º | 0.56% | 1% | - |
| XYZ | 56.02 | 73.05 | 105.76 | - |
| YUV | 203.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 255 | 0.56 | 0.06 | 0 | 0 | 186.34 | 1 | 0.72 |
| Hex | 71 | F0 | FF | 38 | 6 | 0 | 0 | BA | 64 | 48 |
| Octal | 161 | 360 | 377 | 70 | 6 | 0 | 0 | 272 | 144 | 110 |
| Binary | 1110001 | 11110000 | 11111111 | 111000 | 110 | 0 | 0 | 10111010 | 1100100 | 1001000 |
Color Harmonies of #71F0FF
Complementary color
Monochromatic Colors of #71F0FF
Black with #71F0FF
Text Example
Text Example
White with #71F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F0FF; }
p { color: rgb(113,240,255); }
H1.HeaderClassName
{
color: #71F0FF;
}
.AnyTagClassName
{
color: #71F0FF;
}
</style>
background-color css
<style>
a { background-color: #71F0FF; }
a { background-color: rgb(113,240,255); }
div.DivClassName
{
background-color: #71F0FF;
}
.BgClassName
{
background-color: #71F0FF;
}
</style>
border-color css
<style>
span { border-color: #71F0FF; }
span { border-color: rgb(113,240,255); }
td.TdClassName
{
border-color: #71F0FF;
}
.TagClassName
{
border-color: #71F0FF;
}
</style>