Shades of Electric Blue #7FF6FF
Tints of Electric Blue #7FF6FF
RGB
CMYK
RGB Variations
Color information
#7FF6FF (or 0x7FF6FF) is known color: Electric Blue. HEX triplet: 7F, F6 and FF. RGB value is (127,246,255). Sum of RGB (Red+Green+Blue) = 127+246+255=628 (83% of max value = 765). Red value is 127 (50% from 255 or 20.22% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FF6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF6FF is #800900. Grayscale: #D3D3D3. Windows color (decimal): -8390913 or 16774783. OLE color: 16774783.
HSL color Cylindrical-coordinate representation of color #7FF6FF: hue angle of 184.22º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FF6FF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 246 | 255 | - |
| CMYK | 0.50 | 0.04 | 0 | 0 |
| HSL | 184.22º | 1% | 0.75% | - |
| HSV(B) | 184.22º | 0.5% | 1% | - |
| XYZ | 59.76 | 77.64 | 106.44 | - |
| YUV | 211.45 | 152.58 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 246 | 255 | 0.50 | 0.04 | 0 | 0 | 184.22 | 1 | 0.75 |
| Hex | 7F | F6 | FF | 32 | 4 | 0 | 0 | B8 | 64 | 4B |
| Octal | 177 | 366 | 377 | 62 | 4 | 0 | 0 | 270 | 144 | 113 |
| Binary | 1111111 | 11110110 | 11111111 | 110010 | 100 | 0 | 0 | 10111000 | 1100100 | 1001011 |
Color Harmonies of #7FF6FF
Complementary color
Monochromatic Colors of #7FF6FF
Black with #7FF6FF
Text Example
Text Example
White with #7FF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF6FF; }
p { color: rgb(127,246,255); }
H1.HeaderClassName
{
color: #7FF6FF;
}
.AnyTagClassName
{
color: #7FF6FF;
}
</style>
background-color css
<style>
a { background-color: #7FF6FF; }
a { background-color: rgb(127,246,255); }
div.DivClassName
{
background-color: #7FF6FF;
}
.BgClassName
{
background-color: #7FF6FF;
}
</style>
border-color css
<style>
span { border-color: #7FF6FF; }
span { border-color: rgb(127,246,255); }
td.TdClassName
{
border-color: #7FF6FF;
}
.TagClassName
{
border-color: #7FF6FF;
}
</style>