Shades of Electric Blue #7FFAFD
Tints of Electric Blue #7FFAFD
RGB
CMYK
RGB Variations
Color information
#7FFAFD (or 0x7FFAFD) is known color: Electric Blue. HEX triplet: 7F, FA and FD. RGB value is (127,250,253). Sum of RGB (Red+Green+Blue) = 127+250+253=630 (83% of max value = 765). Red value is 127 (50% from 255 or 20.16% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAFD is #800502. Grayscale: #D5D5D5. Windows color (decimal): -8389891 or 16644735. OLE color: 16644735.
HSL color Cylindrical-coordinate representation of color #7FFAFD: hue angle of 181.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFAFD is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 250 | 253 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.01 |
| HSL | 181.43º | 0.97% | 0.75% | - |
| HSV(B) | 181.43º | 0.5% | 0.99% | - |
| XYZ | 60.67 | 79.98 | 105.17 | - |
| YUV | 213.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 253 | 0.50 | 0.01 | 0 | 0.01 | 181.43 | 0.97 | 0.75 |
| Hex | 7F | FA | FD | 32 | 1 | 0 | 1 | B5 | 61 | 4B |
| Octal | 177 | 372 | 375 | 62 | 1 | 0 | 1 | 265 | 141 | 113 |
| Binary | 1111111 | 11111010 | 11111101 | 110010 | 1 | 0 | 1 | 10110101 | 1100001 | 1001011 |
Color Harmonies of #7FFAFD
Complementary color
Monochromatic Colors of #7FFAFD
Black with #7FFAFD
Text Example
Text Example
White with #7FFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAFD; }
p { color: rgb(127,250,253); }
H1.HeaderClassName
{
color: #7FFAFD;
}
.AnyTagClassName
{
color: #7FFAFD;
}
</style>
background-color css
<style>
a { background-color: #7FFAFD; }
a { background-color: rgb(127,250,253); }
div.DivClassName
{
background-color: #7FFAFD;
}
.BgClassName
{
background-color: #7FFAFD;
}
</style>
border-color css
<style>
span { border-color: #7FFAFD; }
span { border-color: rgb(127,250,253); }
td.TdClassName
{
border-color: #7FFAFD;
}
.TagClassName
{
border-color: #7FFAFD;
}
</style>