Shades of Electric Blue #7FFAF9
Tints of Electric Blue #7FFAF9
RGB
CMYK
RGB Variations
Color information
#7FFAF9 (or 0x7FFAF9) is known color: Electric Blue. HEX triplet: 7F, FA and F9. RGB value is (127,250,249). Sum of RGB (Red+Green+Blue) = 127+250+249=626 (82% of max value = 765). Red value is 127 (50% from 255 or 20.29% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAF9 is #800506. Grayscale: #D4D4D4. Windows color (decimal): -8389895 or 16382591. OLE color: 16382591.
HSL color Cylindrical-coordinate representation of color #7FFAF9: hue angle of 179.51º degrees, saturation: 0.92, 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 #7FFAF9 is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 249 | - |
| CMYK | 0.49 | 0 | 0.00 | 0.02 |
| HSL | 179.51º | 0.92% | 0.74% | - |
| HSV(B) | 179.51º | 0.49% | 0.98% | - |
| XYZ | 60.04 | 79.72 | 101.85 | - |
| YUV | 213.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 249 | 0.49 | 0 | 0.00 | 0.02 | 179.51 | 0.92 | 0.74 |
| Hex | 7F | FA | F9 | 31 | 0 | 0 | 2 | B4 | 5C | 4A |
| Octal | 177 | 372 | 371 | 61 | 0 | 0 | 2 | 264 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11111001 | 110001 | 0 | 0 | 10 | 10110100 | 1011100 | 1001010 |
Color Harmonies of #7FFAF9
Complementary color
Monochromatic Colors of #7FFAF9
Black with #7FFAF9
Text Example
Text Example
White with #7FFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAF9; }
p { color: rgb(127,250,249); }
H1.HeaderClassName
{
color: #7FFAF9;
}
.AnyTagClassName
{
color: #7FFAF9;
}
</style>
background-color css
<style>
a { background-color: #7FFAF9; }
a { background-color: rgb(127,250,249); }
div.DivClassName
{
background-color: #7FFAF9;
}
.BgClassName
{
background-color: #7FFAF9;
}
</style>
border-color css
<style>
span { border-color: #7FFAF9; }
span { border-color: rgb(127,250,249); }
td.TdClassName
{
border-color: #7FFAF9;
}
.TagClassName
{
border-color: #7FFAF9;
}
</style>