Shades of Electric Blue #7BEBF9
Tints of Electric Blue #7BEBF9
RGB
CMYK
RGB Variations
Color information
#7BEBF9 (or 0x7BEBF9) is known color: Electric Blue. HEX triplet: 7B, EB and F9. RGB value is (123,235,249). Sum of RGB (Red+Green+Blue) = 123+235+249=607 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.26% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #7BEBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEBF9 is #841406. Grayscale: #CACACA. Windows color (decimal): -8655879 or 16378747. OLE color: 16378747.
HSL color Cylindrical-coordinate representation of color #7BEBF9: hue angle of 186.67º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BEBF9 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 235 | 249 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.02 |
| HSL | 186.67º | 0.91% | 0.73% | - |
| HSV(B) | 186.67º | 0.51% | 0.98% | - |
| XYZ | 54.98 | 70.47 | 100.33 | - |
| YUV | 203.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 249 | 0.51 | 0.06 | 0 | 0.02 | 186.67 | 0.91 | 0.73 |
| Hex | 7B | EB | F9 | 33 | 6 | 0 | 2 | BB | 5B | 49 |
| Octal | 173 | 353 | 371 | 63 | 6 | 0 | 2 | 273 | 133 | 111 |
| Binary | 1111011 | 11101011 | 11111001 | 110011 | 110 | 0 | 10 | 10111011 | 1011011 | 1001001 |
Color Harmonies of #7BEBF9
Complementary color
Monochromatic Colors of #7BEBF9
Black with #7BEBF9
Text Example
Text Example
White with #7BEBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBF9; }
p { color: rgb(123,235,249); }
H1.HeaderClassName
{
color: #7BEBF9;
}
.AnyTagClassName
{
color: #7BEBF9;
}
</style>
background-color css
<style>
a { background-color: #7BEBF9; }
a { background-color: rgb(123,235,249); }
div.DivClassName
{
background-color: #7BEBF9;
}
.BgClassName
{
background-color: #7BEBF9;
}
</style>
border-color css
<style>
span { border-color: #7BEBF9; }
span { border-color: rgb(123,235,249); }
td.TdClassName
{
border-color: #7BEBF9;
}
.TagClassName
{
border-color: #7BEBF9;
}
</style>