Shades of Electric Blue #7BEEFC
Tints of Electric Blue #7BEEFC
RGB
CMYK
RGB Variations
Color information
#7BEEFC (or 0x7BEEFC) is known color: Electric Blue. HEX triplet: 7B, EE and FC. RGB value is (123,238,252). Sum of RGB (Red+Green+Blue) = 123+238+252=613 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.07% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEFC is #841103. Grayscale: #CDCDCD. Windows color (decimal): -8655108 or 16576123. OLE color: 16576123.
HSL color Cylindrical-coordinate representation of color #7BEEFC: hue angle of 186.51º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BEEFC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 238 | 252 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.01 |
| HSL | 186.51º | 0.96% | 0.74% | - |
| HSV(B) | 186.51º | 0.51% | 0.99% | - |
| XYZ | 56.31 | 72.39 | 103.1 | - |
| YUV | 205.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 252 | 0.51 | 0.06 | 0 | 0.01 | 186.51 | 0.96 | 0.74 |
| Hex | 7B | EE | FC | 33 | 6 | 0 | 1 | BB | 60 | 4A |
| Octal | 173 | 356 | 374 | 63 | 6 | 0 | 1 | 273 | 140 | 112 |
| Binary | 1111011 | 11101110 | 11111100 | 110011 | 110 | 0 | 1 | 10111011 | 1100000 | 1001010 |
Color Harmonies of #7BEEFC
Complementary color
Monochromatic Colors of #7BEEFC
Black with #7BEEFC
Text Example
Text Example
White with #7BEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEFC; }
p { color: rgb(123,238,252); }
H1.HeaderClassName
{
color: #7BEEFC;
}
.AnyTagClassName
{
color: #7BEEFC;
}
</style>
background-color css
<style>
a { background-color: #7BEEFC; }
a { background-color: rgb(123,238,252); }
div.DivClassName
{
background-color: #7BEEFC;
}
.BgClassName
{
background-color: #7BEEFC;
}
</style>
border-color css
<style>
span { border-color: #7BEEFC; }
span { border-color: rgb(123,238,252); }
td.TdClassName
{
border-color: #7BEEFC;
}
.TagClassName
{
border-color: #7BEEFC;
}
</style>