Shades of Electric Blue #7BEFE5
Tints of Electric Blue #7BEFE5
RGB
CMYK
RGB Variations
Color information
#7BEFE5 (or 0x7BEFE5) is known color: Electric Blue. HEX triplet: 7B, EF and E5. RGB value is (123,239,229). Sum of RGB (Red+Green+Blue) = 123+239+229=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFE5 is #84101A. Grayscale: #CBCBCB. Windows color (decimal): -8654875 or 15069051. OLE color: 15069051.
HSL color Cylindrical-coordinate representation of color #7BEFE5: hue angle of 174.83º 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 #7BEFE5 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 229 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.06 |
| HSL | 174.83º | 0.78% | 0.71% | - |
| HSV(B) | 174.83º | 0.49% | 0.94% | - |
| XYZ | 53.18 | 71.6 | 85.15 | - |
| YUV | 203.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 229 | 0.49 | 0 | 0.04 | 0.06 | 174.83 | 0.78 | 0.71 |
| Hex | 7B | EF | E5 | 31 | 0 | 4 | 6 | AF | 4E | 47 |
| Octal | 173 | 357 | 345 | 61 | 0 | 4 | 6 | 257 | 116 | 107 |
| Binary | 1111011 | 11101111 | 11100101 | 110001 | 0 | 100 | 110 | 10101111 | 1001110 | 1000111 |
Color Harmonies of #7BEFE5
Complementary color
Monochromatic Colors of #7BEFE5
Black with #7BEFE5
Text Example
Text Example
White with #7BEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFE5; }
p { color: rgb(123,239,229); }
H1.HeaderClassName
{
color: #7BEFE5;
}
.AnyTagClassName
{
color: #7BEFE5;
}
</style>
background-color css
<style>
a { background-color: #7BEFE5; }
a { background-color: rgb(123,239,229); }
div.DivClassName
{
background-color: #7BEFE5;
}
.BgClassName
{
background-color: #7BEFE5;
}
</style>
border-color css
<style>
span { border-color: #7BEFE5; }
span { border-color: rgb(123,239,229); }
td.TdClassName
{
border-color: #7BEFE5;
}
.TagClassName
{
border-color: #7BEFE5;
}
</style>