Shades of Electric Blue #7DF7FF
Tints of Electric Blue #7DF7FF
RGB
CMYK
RGB Variations
Color information
#7DF7FF (or 0x7DF7FF) is known color: Electric Blue. HEX triplet: 7D, F7 and FF. RGB value is (125,247,255). Sum of RGB (Red+Green+Blue) = 125+247+255=627 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.94% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DF7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF7FF is #820800. Grayscale: #D3D3D3. Windows color (decimal): -8521729 or 16775037. OLE color: 16775037.
HSL color Cylindrical-coordinate representation of color #7DF7FF: hue angle of 183.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DF7FF is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 247 | 255 | - |
| CMYK | 0.51 | 0.03 | 0 | 0 |
| HSL | 183.69º | 1% | 0.75% | - |
| HSV(B) | 183.69º | 0.51% | 1% | - |
| XYZ | 59.77 | 78.1 | 106.53 | - |
| YUV | 211.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 255 | 0.51 | 0.03 | 0 | 0 | 183.69 | 1 | 0.75 |
| Hex | 7D | F7 | FF | 33 | 3 | 0 | 0 | B8 | 64 | 4B |
| Octal | 175 | 367 | 377 | 63 | 3 | 0 | 0 | 270 | 144 | 113 |
| Binary | 1111101 | 11110111 | 11111111 | 110011 | 11 | 0 | 0 | 10111000 | 1100100 | 1001011 |
Color Harmonies of #7DF7FF
Complementary color
Monochromatic Colors of #7DF7FF
Black with #7DF7FF
Text Example
Text Example
White with #7DF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF7FF; }
p { color: rgb(125,247,255); }
H1.HeaderClassName
{
color: #7DF7FF;
}
.AnyTagClassName
{
color: #7DF7FF;
}
</style>
background-color css
<style>
a { background-color: #7DF7FF; }
a { background-color: rgb(125,247,255); }
div.DivClassName
{
background-color: #7DF7FF;
}
.BgClassName
{
background-color: #7DF7FF;
}
</style>
border-color css
<style>
span { border-color: #7DF7FF; }
span { border-color: rgb(125,247,255); }
td.TdClassName
{
border-color: #7DF7FF;
}
.TagClassName
{
border-color: #7DF7FF;
}
</style>