Shades of Electric Blue #7BF5FD
Tints of Electric Blue #7BF5FD
RGB
CMYK
RGB Variations
Color information
#7BF5FD (or 0x7BF5FD) is known color: Electric Blue. HEX triplet: 7B, F5 and FD. RGB value is (123,245,253). Sum of RGB (Red+Green+Blue) = 123+245+253=621 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.81% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BF5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF5FD is #840A02. Grayscale: #D1D1D1. Windows color (decimal): -8653315 or 16643451. OLE color: 16643451.
HSL color Cylindrical-coordinate representation of color #7BF5FD: hue angle of 183.69º 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 #7BF5FD is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 245 | 253 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.01 |
| HSL | 183.69º | 0.97% | 0.74% | - |
| HSV(B) | 183.69º | 0.51% | 0.99% | - |
| XYZ | 58.55 | 76.61 | 104.63 | - |
| YUV | 209.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 245 | 253 | 0.51 | 0.03 | 0 | 0.01 | 183.69 | 0.97 | 0.74 |
| Hex | 7B | F5 | FD | 33 | 3 | 0 | 1 | B8 | 61 | 4A |
| Octal | 173 | 365 | 375 | 63 | 3 | 0 | 1 | 270 | 141 | 112 |
| Binary | 1111011 | 11110101 | 11111101 | 110011 | 11 | 0 | 1 | 10111000 | 1100001 | 1001010 |
Color Harmonies of #7BF5FD
Complementary color
Monochromatic Colors of #7BF5FD
Black with #7BF5FD
Text Example
Text Example
White with #7BF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF5FD; }
p { color: rgb(123,245,253); }
H1.HeaderClassName
{
color: #7BF5FD;
}
.AnyTagClassName
{
color: #7BF5FD;
}
</style>
background-color css
<style>
a { background-color: #7BF5FD; }
a { background-color: rgb(123,245,253); }
div.DivClassName
{
background-color: #7BF5FD;
}
.BgClassName
{
background-color: #7BF5FD;
}
</style>
border-color css
<style>
span { border-color: #7BF5FD; }
span { border-color: rgb(123,245,253); }
td.TdClassName
{
border-color: #7BF5FD;
}
.TagClassName
{
border-color: #7BF5FD;
}
</style>