Shades of Electric Blue #7BEDEF
Tints of Electric Blue #7BEDEF
RGB
CMYK
RGB Variations
Color information
#7BEDEF (or 0x7BEDEF) is known color: Electric Blue. HEX triplet: 7B, ED and EF. RGB value is (123,237,239). Sum of RGB (Red+Green+Blue) = 123+237+239=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BEDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEDEF is #841210. Grayscale: #CBCBCB. Windows color (decimal): -8655377 or 15723899. OLE color: 15723899.
HSL color Cylindrical-coordinate representation of color #7BEDEF: hue angle of 181.03º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEDEF is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 237 | 239 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.06 |
| HSL | 181.03º | 0.78% | 0.71% | - |
| HSV(B) | 181.03º | 0.49% | 0.94% | - |
| XYZ | 54.03 | 71.01 | 92.52 | - |
| YUV | 203.14 | 148.23 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 239 | 0.49 | 0.01 | 0 | 0.06 | 181.03 | 0.78 | 0.71 |
| Hex | 7B | ED | EF | 31 | 1 | 0 | 6 | B5 | 4E | 47 |
| Octal | 173 | 355 | 357 | 61 | 1 | 0 | 6 | 265 | 116 | 107 |
| Binary | 1111011 | 11101101 | 11101111 | 110001 | 1 | 0 | 110 | 10110101 | 1001110 | 1000111 |
Color Harmonies of #7BEDEF
Complementary color
Monochromatic Colors of #7BEDEF
Black with #7BEDEF
Text Example
Text Example
White with #7BEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDEF; }
p { color: rgb(123,237,239); }
H1.HeaderClassName
{
color: #7BEDEF;
}
.AnyTagClassName
{
color: #7BEDEF;
}
</style>
background-color css
<style>
a { background-color: #7BEDEF; }
a { background-color: rgb(123,237,239); }
div.DivClassName
{
background-color: #7BEDEF;
}
.BgClassName
{
background-color: #7BEDEF;
}
</style>
border-color css
<style>
span { border-color: #7BEDEF; }
span { border-color: rgb(123,237,239); }
td.TdClassName
{
border-color: #7BEDEF;
}
.TagClassName
{
border-color: #7BEDEF;
}
</style>