Shades of Electric Blue #7DEDED
Tints of Electric Blue #7DEDED
RGB
CMYK
RGB Variations
Color information
#7DEDED (or 0x7DEDED) is known color: Electric Blue. HEX triplet: 7D, ED and ED. RGB value is (125,237,237). Sum of RGB (Red+Green+Blue) = 125+237+237=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #7DEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDED is #821212. Grayscale: #CBCBCB. Windows color (decimal): -8524307 or 15592829. OLE color: 15592829.
HSL color Cylindrical-coordinate representation of color #7DEDED: hue angle of 180º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEDED is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 125 | 237 | 237 | - |
CMYK | 0.47 | 0 | 0 | 0.07 |
HSL | 180º | 0.76% | 0.71% | - |
HSV(B) | 180º | 0.47% | 0.93% | - |
XYZ | 54.03 | 71.04 | 90.99 | - |
YUV | 203.51 | 146.89 | 72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 237 | 237 | 0.47 | 0 | 0 | 0.07 | 180 | 0.76 | 0.71 |
Hex | 7D | ED | ED | 2F | 0 | 0 | 7 | B4 | 4C | 47 |
Octal | 175 | 355 | 355 | 57 | 0 | 0 | 7 | 264 | 114 | 107 |
Binary | 1111101 | 11101101 | 11101101 | 101111 | 0 | 0 | 111 | 10110100 | 1001100 | 1000111 |
Color Harmonies of #7DEDED
Complementary color
Monochromatic Colors of #7DEDED
Black with #7DEDED
Text Example
Text Example
White with #7DEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDED; }
p { color: rgb(125,237,237); }
H1.HeaderClassName
{
color: #7DEDED;
}
.AnyTagClassName
{
color: #7DEDED;
}
</style>
background-color css
<style>
a { background-color: #7DEDED; }
a { background-color: rgb(125,237,237); }
div.DivClassName
{
background-color: #7DEDED;
}
.BgClassName
{
background-color: #7DEDED;
}
</style>
border-color css
<style>
span { border-color: #7DEDED; }
span { border-color: rgb(125,237,237); }
td.TdClassName
{
border-color: #7DEDED;
}
.TagClassName
{
border-color: #7DEDED;
}
</style>