Shades of Electric Blue #7FFAFF
Tints of Electric Blue #7FFAFF
RGB
CMYK
RGB Variations
Color information
#7FFAFF (or 0x7FFAFF) is known color: Electric Blue. HEX triplet: 7F, FA and FF. RGB value is (127,250,255). Sum of RGB (Red+Green+Blue) = 127+250+255=632 (83% of max value = 765). Red value is 127 (50% from 255 or 20.09% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAFF is #800500. Grayscale: #D5D5D5. Windows color (decimal): -8389889 or 16775807. OLE color: 16775807.
HSL color Cylindrical-coordinate representation of color #7FFAFF: hue angle of 182.34º 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 #7FFAFF is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 250 | 255 | - |
| CMYK | 0.50 | 0.02 | 0 | 0 |
| HSL | 182.34º | 1% | 0.75% | - |
| HSV(B) | 182.34º | 0.5% | 1% | - |
| XYZ | 60.99 | 80.1 | 106.85 | - |
| YUV | 213.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 255 | 0.50 | 0.02 | 0 | 0 | 182.34 | 1 | 0.75 |
| Hex | 7F | FA | FF | 32 | 2 | 0 | 0 | B6 | 64 | 4B |
| Octal | 177 | 372 | 377 | 62 | 2 | 0 | 0 | 266 | 144 | 113 |
| Binary | 1111111 | 11111010 | 11111111 | 110010 | 10 | 0 | 0 | 10110110 | 1100100 | 1001011 |
Color Harmonies of #7FFAFF
Complementary color
Monochromatic Colors of #7FFAFF
Black with #7FFAFF
Text Example
Text Example
White with #7FFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAFF; }
p { color: rgb(127,250,255); }
H1.HeaderClassName
{
color: #7FFAFF;
}
.AnyTagClassName
{
color: #7FFAFF;
}
</style>
background-color css
<style>
a { background-color: #7FFAFF; }
a { background-color: rgb(127,250,255); }
div.DivClassName
{
background-color: #7FFAFF;
}
.BgClassName
{
background-color: #7FFAFF;
}
</style>
border-color css
<style>
span { border-color: #7FFAFF; }
span { border-color: rgb(127,250,255); }
td.TdClassName
{
border-color: #7FFAFF;
}
.TagClassName
{
border-color: #7FFAFF;
}
</style>