Shades of Electric Blue #7DEEFF
Tints of Electric Blue #7DEEFF
RGB
CMYK
RGB Variations
Color information
#7DEEFF (or 0x7DEEFF) is known color: Electric Blue. HEX triplet: 7D, EE and FF. RGB value is (125,238,255). Sum of RGB (Red+Green+Blue) = 125+238+255=618 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.23% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEEFF is #821100. Grayscale: #CDCDCD. Windows color (decimal): -8524033 or 16772733. OLE color: 16772733.
HSL color Cylindrical-coordinate representation of color #7DEEFF: hue angle of 187.85º 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 #7DEEFF is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 238 | 255 | - |
| CMYK | 0.51 | 0.07 | 0 | 0 |
| HSL | 187.85º | 1% | 0.75% | - |
| HSV(B) | 187.85º | 0.51% | 1% | - |
| XYZ | 57.08 | 72.73 | 105.64 | - |
| YUV | 206.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 255 | 0.51 | 0.07 | 0 | 0 | 187.85 | 1 | 0.75 |
| Hex | 7D | EE | FF | 33 | 7 | 0 | 0 | BC | 64 | 4B |
| Octal | 175 | 356 | 377 | 63 | 7 | 0 | 0 | 274 | 144 | 113 |
| Binary | 1111101 | 11101110 | 11111111 | 110011 | 111 | 0 | 0 | 10111100 | 1100100 | 1001011 |
Color Harmonies of #7DEEFF
Complementary color
Monochromatic Colors of #7DEEFF
Black with #7DEEFF
Text Example
Text Example
White with #7DEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEEFF; }
p { color: rgb(125,238,255); }
H1.HeaderClassName
{
color: #7DEEFF;
}
.AnyTagClassName
{
color: #7DEEFF;
}
</style>
background-color css
<style>
a { background-color: #7DEEFF; }
a { background-color: rgb(125,238,255); }
div.DivClassName
{
background-color: #7DEEFF;
}
.BgClassName
{
background-color: #7DEEFF;
}
</style>
border-color css
<style>
span { border-color: #7DEEFF; }
span { border-color: rgb(125,238,255); }
td.TdClassName
{
border-color: #7DEEFF;
}
.TagClassName
{
border-color: #7DEEFF;
}
</style>