Shades of Electric Blue #7FFDFD
Tints of Electric Blue #7FFDFD
RGB
CMYK
RGB Variations
Color information
#7FFDFD (or 0x7FFDFD) is known color: Electric Blue. HEX triplet: 7F, FD and FD. RGB value is (127,253,253). Sum of RGB (Red+Green+Blue) = 127+253+253=633 (83% of max value = 765). Red value is 127 (50% from 255 or 20.06% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #7FFDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDFD is #800202. Grayscale: #D7D7D7. Windows color (decimal): -8389123 or 16645503. OLE color: 16645503.
HSL color Cylindrical-coordinate representation of color #7FFDFD: hue angle of 180º 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 #7FFDFD is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 253 | - |
| CMYK | 0.50 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.75% | - |
| HSV(B) | 180º | 0.5% | 0.99% | - |
| XYZ | 61.61 | 81.85 | 105.48 | - |
| YUV | 215.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 253 | 0.50 | 0 | 0 | 0.01 | 180 | 0.97 | 0.75 |
| Hex | 7F | FD | FD | 32 | 0 | 0 | 1 | B4 | 61 | 4B |
| Octal | 177 | 375 | 375 | 62 | 0 | 0 | 1 | 264 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11111101 | 110010 | 0 | 0 | 1 | 10110100 | 1100001 | 1001011 |
Color Harmonies of #7FFDFD
Complementary color
Monochromatic Colors of #7FFDFD
Black with #7FFDFD
Text Example
Text Example
White with #7FFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDFD; }
p { color: rgb(127,253,253); }
H1.HeaderClassName
{
color: #7FFDFD;
}
.AnyTagClassName
{
color: #7FFDFD;
}
</style>
background-color css
<style>
a { background-color: #7FFDFD; }
a { background-color: rgb(127,253,253); }
div.DivClassName
{
background-color: #7FFDFD;
}
.BgClassName
{
background-color: #7FFDFD;
}
</style>
border-color css
<style>
span { border-color: #7FFDFD; }
span { border-color: rgb(127,253,253); }
td.TdClassName
{
border-color: #7FFDFD;
}
.TagClassName
{
border-color: #7FFDFD;
}
</style>