Shades of Electric Blue #7FF9F0
Tints of Electric Blue #7FF9F0
RGB
CMYK
RGB Variations
Color information
#7FF9F0 (or 0x7FF9F0) is known color: Electric Blue. HEX triplet: 7F, F9 and F0. RGB value is (127,249,240). Sum of RGB (Red+Green+Blue) = 127+249+240=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF9F0 is #80060F. Grayscale: #D3D3D3. Windows color (decimal): -8390160 or 15792511. OLE color: 15792511.
HSL color Cylindrical-coordinate representation of color #7FF9F0: hue angle of 175.57º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF9F0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 240 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.02 |
| HSL | 175.57º | 0.91% | 0.74% | - |
| HSV(B) | 175.57º | 0.49% | 0.98% | - |
| XYZ | 58.36 | 78.55 | 94.52 | - |
| YUV | 211.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 240 | 0.49 | 0 | 0.04 | 0.02 | 175.57 | 0.91 | 0.74 |
| Hex | 7F | F9 | F0 | 31 | 0 | 4 | 2 | B0 | 5B | 4A |
| Octal | 177 | 371 | 360 | 61 | 0 | 4 | 2 | 260 | 133 | 112 |
| Binary | 1111111 | 11111001 | 11110000 | 110001 | 0 | 100 | 10 | 10110000 | 1011011 | 1001010 |
Color Harmonies of #7FF9F0
Complementary color
Monochromatic Colors of #7FF9F0
Black with #7FF9F0
Text Example
Text Example
White with #7FF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF9F0; }
p { color: rgb(127,249,240); }
H1.HeaderClassName
{
color: #7FF9F0;
}
.AnyTagClassName
{
color: #7FF9F0;
}
</style>
background-color css
<style>
a { background-color: #7FF9F0; }
a { background-color: rgb(127,249,240); }
div.DivClassName
{
background-color: #7FF9F0;
}
.BgClassName
{
background-color: #7FF9F0;
}
</style>
border-color css
<style>
span { border-color: #7FF9F0; }
span { border-color: rgb(127,249,240); }
td.TdClassName
{
border-color: #7FF9F0;
}
.TagClassName
{
border-color: #7FF9F0;
}
</style>