Shades of Electric Blue #7BEEF8
Tints of Electric Blue #7BEEF8
RGB
CMYK
RGB Variations
Color information
#7BEEF8 (or 0x7BEEF8) is known color: Electric Blue. HEX triplet: 7B, EE and F8. RGB value is (123,238,248). Sum of RGB (Red+Green+Blue) = 123+238+248=609 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.20% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #7BEEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEF8 is #841107. Grayscale: #CCCCCC. Windows color (decimal): -8655112 or 16313979. OLE color: 16313979.
HSL color Cylindrical-coordinate representation of color #7BEEF8: hue angle of 184.8º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BEEF8 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 238 | 248 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.03 |
| HSL | 184.8º | 0.9% | 0.73% | - |
| HSV(B) | 184.8º | 0.5% | 0.97% | - |
| XYZ | 55.69 | 72.14 | 99.8 | - |
| YUV | 204.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 248 | 0.50 | 0.04 | 0 | 0.03 | 184.8 | 0.9 | 0.73 |
| Hex | 7B | EE | F8 | 32 | 4 | 0 | 3 | B9 | 5A | 49 |
| Octal | 173 | 356 | 370 | 62 | 4 | 0 | 3 | 271 | 132 | 111 |
| Binary | 1111011 | 11101110 | 11111000 | 110010 | 100 | 0 | 11 | 10111001 | 1011010 | 1001001 |
Color Harmonies of #7BEEF8
Complementary color
Monochromatic Colors of #7BEEF8
Black with #7BEEF8
Text Example
Text Example
White with #7BEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEF8; }
p { color: rgb(123,238,248); }
H1.HeaderClassName
{
color: #7BEEF8;
}
.AnyTagClassName
{
color: #7BEEF8;
}
</style>
background-color css
<style>
a { background-color: #7BEEF8; }
a { background-color: rgb(123,238,248); }
div.DivClassName
{
background-color: #7BEEF8;
}
.BgClassName
{
background-color: #7BEEF8;
}
</style>
border-color css
<style>
span { border-color: #7BEEF8; }
span { border-color: rgb(123,238,248); }
td.TdClassName
{
border-color: #7BEEF8;
}
.TagClassName
{
border-color: #7BEEF8;
}
</style>