Shades of Electric Blue #71F2FF
Tints of Electric Blue #71F2FF
RGB
CMYK
RGB Variations
Color information
#71F2FF (or 0x71F2FF) is known color: Electric Blue. HEX triplet: 71, F2 and FF. RGB value is (113,242,255). Sum of RGB (Red+Green+Blue) = 113+242+255=610 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.52% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #71F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F2FF is #8E0D00. Grayscale: #CCCCCC. Windows color (decimal): -9309441 or 16773745. OLE color: 16773745.
HSL color Cylindrical-coordinate representation of color #71F2FF: hue angle of 185.49º 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 #71F2FF is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 242 | 255 | - |
| CMYK | 0.56 | 0.05 | 0 | 0 |
| HSL | 185.49º | 1% | 0.72% | - |
| HSV(B) | 185.49º | 0.56% | 1% | - |
| XYZ | 56.61 | 74.23 | 105.95 | - |
| YUV | 204.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 255 | 0.56 | 0.05 | 0 | 0 | 185.49 | 1 | 0.72 |
| Hex | 71 | F2 | FF | 38 | 5 | 0 | 0 | B9 | 64 | 48 |
| Octal | 161 | 362 | 377 | 70 | 5 | 0 | 0 | 271 | 144 | 110 |
| Binary | 1110001 | 11110010 | 11111111 | 111000 | 101 | 0 | 0 | 10111001 | 1100100 | 1001000 |
Color Harmonies of #71F2FF
Complementary color
Monochromatic Colors of #71F2FF
Black with #71F2FF
Text Example
Text Example
White with #71F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F2FF; }
p { color: rgb(113,242,255); }
H1.HeaderClassName
{
color: #71F2FF;
}
.AnyTagClassName
{
color: #71F2FF;
}
</style>
background-color css
<style>
a { background-color: #71F2FF; }
a { background-color: rgb(113,242,255); }
div.DivClassName
{
background-color: #71F2FF;
}
.BgClassName
{
background-color: #71F2FF;
}
</style>
border-color css
<style>
span { border-color: #71F2FF; }
span { border-color: rgb(113,242,255); }
td.TdClassName
{
border-color: #71F2FF;
}
.TagClassName
{
border-color: #71F2FF;
}
</style>