Shades of Electric Blue #7DFDFD
Tints of Electric Blue #7DFDFD
RGB
CMYK
RGB Variations
Color information
#7DFDFD (or 0x7DFDFD) is known color: Electric Blue. HEX triplet: 7D, FD and FD. RGB value is (125,253,253). Sum of RGB (Red+Green+Blue) = 125+253+253=631 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.81% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #7DFDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFDFD is #820202. Grayscale: #D6D6D6. Windows color (decimal): -8520195 or 16645501. OLE color: 16645501.
HSL color Cylindrical-coordinate representation of color #7DFDFD: hue angle of 180º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDFD is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 253 | - |
| CMYK | 0.51 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.74% | - |
| HSV(B) | 180º | 0.51% | 0.99% | - |
| XYZ | 61.31 | 81.7 | 105.47 | - |
| YUV | 214.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 253 | 0.51 | 0 | 0 | 0.01 | 180 | 0.97 | 0.74 |
| Hex | 7D | FD | FD | 33 | 0 | 0 | 1 | B4 | 61 | 4A |
| Octal | 175 | 375 | 375 | 63 | 0 | 0 | 1 | 264 | 141 | 112 |
| Binary | 1111101 | 11111101 | 11111101 | 110011 | 0 | 0 | 1 | 10110100 | 1100001 | 1001010 |
Color Harmonies of #7DFDFD
Complementary color
Monochromatic Colors of #7DFDFD
Black with #7DFDFD
Text Example
Text Example
White with #7DFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDFD; }
p { color: rgb(125,253,253); }
H1.HeaderClassName
{
color: #7DFDFD;
}
.AnyTagClassName
{
color: #7DFDFD;
}
</style>
background-color css
<style>
a { background-color: #7DFDFD; }
a { background-color: rgb(125,253,253); }
div.DivClassName
{
background-color: #7DFDFD;
}
.BgClassName
{
background-color: #7DFDFD;
}
</style>
border-color css
<style>
span { border-color: #7DFDFD; }
span { border-color: rgb(125,253,253); }
td.TdClassName
{
border-color: #7DFDFD;
}
.TagClassName
{
border-color: #7DFDFD;
}
</style>