Shades of Electric Blue #7DF9FF
Tints of Electric Blue #7DF9FF
RGB
CMYK
RGB Variations
Color information
#7DF9FF (or 0x7DF9FF) is known color: Electric Blue. HEX triplet: 7D, F9 and FF. RGB value is (125,249,255). Sum of RGB (Red+Green+Blue) = 125+249+255=629 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.87% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DF9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF9FF is #820600. Grayscale: #D4D4D4. Windows color (decimal): -8521217 or 16775549. OLE color: 16775549.
HSL color Cylindrical-coordinate representation of color #7DF9FF: hue angle of 182.77º 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 #7DF9FF is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 249 | 255 | - |
| CMYK | 0.51 | 0.02 | 0 | 0 |
| HSL | 182.77º | 1% | 0.75% | - |
| HSV(B) | 182.77º | 0.51% | 1% | - |
| XYZ | 60.38 | 79.33 | 106.74 | - |
| YUV | 212.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 255 | 0.51 | 0.02 | 0 | 0 | 182.77 | 1 | 0.75 |
| Hex | 7D | F9 | FF | 33 | 2 | 0 | 0 | B7 | 64 | 4B |
| Octal | 175 | 371 | 377 | 63 | 2 | 0 | 0 | 267 | 144 | 113 |
| Binary | 1111101 | 11111001 | 11111111 | 110011 | 10 | 0 | 0 | 10110111 | 1100100 | 1001011 |
Color Harmonies of #7DF9FF
Complementary color
Monochromatic Colors of #7DF9FF
Black with #7DF9FF
Text Example
Text Example
White with #7DF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF9FF; }
p { color: rgb(125,249,255); }
H1.HeaderClassName
{
color: #7DF9FF;
}
.AnyTagClassName
{
color: #7DF9FF;
}
</style>
background-color css
<style>
a { background-color: #7DF9FF; }
a { background-color: rgb(125,249,255); }
div.DivClassName
{
background-color: #7DF9FF;
}
.BgClassName
{
background-color: #7DF9FF;
}
</style>
border-color css
<style>
span { border-color: #7DF9FF; }
span { border-color: rgb(125,249,255); }
td.TdClassName
{
border-color: #7DF9FF;
}
.TagClassName
{
border-color: #7DF9FF;
}
</style>