Shades of Electric Blue #7DF3F8
Tints of Electric Blue #7DF3F8
RGB
CMYK
RGB Variations
Color information
#7DF3F8 (or 0x7DF3F8) is known color: Electric Blue. HEX triplet: 7D, F3 and F8. RGB value is (125,243,248). Sum of RGB (Red+Green+Blue) = 125+243+248=616 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.29% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DF3F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF3F8 is #820C07. Grayscale: #D0D0D0. Windows color (decimal): -8522760 or 16315261. OLE color: 16315261.
HSL color Cylindrical-coordinate representation of color #7DF3F8: hue angle of 182.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF3F8 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 243 | 248 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.03 |
| HSL | 182.44º | 0.9% | 0.73% | - |
| HSV(B) | 182.44º | 0.5% | 0.97% | - |
| XYZ | 57.45 | 75.24 | 100.3 | - |
| YUV | 208.29 | 150.41 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 248 | 0.50 | 0.02 | 0 | 0.03 | 182.44 | 0.9 | 0.73 |
| Hex | 7D | F3 | F8 | 32 | 2 | 0 | 3 | B6 | 5A | 49 |
| Octal | 175 | 363 | 370 | 62 | 2 | 0 | 3 | 266 | 132 | 111 |
| Binary | 1111101 | 11110011 | 11111000 | 110010 | 10 | 0 | 11 | 10110110 | 1011010 | 1001001 |
Color Harmonies of #7DF3F8
Complementary color
Monochromatic Colors of #7DF3F8
Black with #7DF3F8
Text Example
Text Example
White with #7DF3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF3F8; }
p { color: rgb(125,243,248); }
H1.HeaderClassName
{
color: #7DF3F8;
}
.AnyTagClassName
{
color: #7DF3F8;
}
</style>
background-color css
<style>
a { background-color: #7DF3F8; }
a { background-color: rgb(125,243,248); }
div.DivClassName
{
background-color: #7DF3F8;
}
.BgClassName
{
background-color: #7DF3F8;
}
</style>
border-color css
<style>
span { border-color: #7DF3F8; }
span { border-color: rgb(125,243,248); }
td.TdClassName
{
border-color: #7DF3F8;
}
.TagClassName
{
border-color: #7DF3F8;
}
</style>