Shades of Electric Blue #7BEDED
Tints of Electric Blue #7BEDED
RGB
CMYK
RGB Variations
Color information
#7BEDED (or 0x7BEDED) is known color: Electric Blue. HEX triplet: 7B, ED and ED. RGB value is (123,237,237). Sum of RGB (Red+Green+Blue) = 123+237+237=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #7BEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEDED is #841212. Grayscale: #CACACA. Windows color (decimal): -8655379 or 15592827. OLE color: 15592827.
HSL color Cylindrical-coordinate representation of color #7BEDED: 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.48%. Process color model (Four color, CMYK) of #7BEDED is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 237 | - |
| CMYK | 0.48 | 0 | 0 | 0.07 |
| HSL | 180º | 0.76% | 0.71% | - |
| HSV(B) | 180º | 0.48% | 0.93% | - |
| XYZ | 53.74 | 70.89 | 90.97 | - |
| YUV | 202.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 237 | 0.48 | 0 | 0 | 0.07 | 180 | 0.76 | 0.71 |
| Hex | 7B | ED | ED | 30 | 0 | 0 | 7 | B4 | 4C | 47 |
| Octal | 173 | 355 | 355 | 60 | 0 | 0 | 7 | 264 | 114 | 107 |
| Binary | 1111011 | 11101101 | 11101101 | 110000 | 0 | 0 | 111 | 10110100 | 1001100 | 1000111 |
Color Harmonies of #7BEDED
Complementary color
Monochromatic Colors of #7BEDED
Black with #7BEDED
Text Example
Text Example
White with #7BEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDED; }
p { color: rgb(123,237,237); }
H1.HeaderClassName
{
color: #7BEDED;
}
.AnyTagClassName
{
color: #7BEDED;
}
</style>
background-color css
<style>
a { background-color: #7BEDED; }
a { background-color: rgb(123,237,237); }
div.DivClassName
{
background-color: #7BEDED;
}
.BgClassName
{
background-color: #7BEDED;
}
</style>
border-color css
<style>
span { border-color: #7BEDED; }
span { border-color: rgb(123,237,237); }
td.TdClassName
{
border-color: #7BEDED;
}
.TagClassName
{
border-color: #7BEDED;
}
</style>