Shades of Electric Blue #7BFDF3
Tints of Electric Blue #7BFDF3
RGB
CMYK
RGB Variations
Color information
#7BFDF3 (or 0x7BFDF3) is known color: Electric Blue. HEX triplet: 7B, FD and F3. RGB value is (123,253,243). Sum of RGB (Red+Green+Blue) = 123+253+243=619 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.87% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDF3 is #84020C. Grayscale: #D4D4D4. Windows color (decimal): -8651277 or 15990139. OLE color: 15990139.
HSL color Cylindrical-coordinate representation of color #7BFDF3: hue angle of 175.38º degrees, saturation: 0.97, 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 #7BFDF3 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 243 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.01 |
| HSL | 175.38º | 0.97% | 0.74% | - |
| HSV(B) | 175.38º | 0.51% | 0.99% | - |
| XYZ | 59.47 | 80.93 | 97.28 | - |
| YUV | 212.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 243 | 0.51 | 0 | 0.04 | 0.01 | 175.38 | 0.97 | 0.74 |
| Hex | 7B | FD | F3 | 33 | 0 | 4 | 1 | AF | 61 | 4A |
| Octal | 173 | 375 | 363 | 63 | 0 | 4 | 1 | 257 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11110011 | 110011 | 0 | 100 | 1 | 10101111 | 1100001 | 1001010 |
Color Harmonies of #7BFDF3
Complementary color
Monochromatic Colors of #7BFDF3
Black with #7BFDF3
Text Example
Text Example
White with #7BFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDF3; }
p { color: rgb(123,253,243); }
H1.HeaderClassName
{
color: #7BFDF3;
}
.AnyTagClassName
{
color: #7BFDF3;
}
</style>
background-color css
<style>
a { background-color: #7BFDF3; }
a { background-color: rgb(123,253,243); }
div.DivClassName
{
background-color: #7BFDF3;
}
.BgClassName
{
background-color: #7BFDF3;
}
</style>
border-color css
<style>
span { border-color: #7BFDF3; }
span { border-color: rgb(123,253,243); }
td.TdClassName
{
border-color: #7BFDF3;
}
.TagClassName
{
border-color: #7BFDF3;
}
</style>