Shades of Electric Blue #7BFDF8
Tints of Electric Blue #7BFDF8
RGB
CMYK
RGB Variations
Color information
#7BFDF8 (or 0x7BFDF8) is known color: Electric Blue. HEX triplet: 7B, FD and F8. RGB value is (123,253,248). Sum of RGB (Red+Green+Blue) = 123+253+248=624 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.71% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDF8 is #840207. Grayscale: #D5D5D5. Windows color (decimal): -8651272 or 16317819. OLE color: 16317819.
HSL color Cylindrical-coordinate representation of color #7BFDF8: hue angle of 177.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 #7BFDF8 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 248 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.01 |
| HSL | 177.69º | 0.97% | 0.74% | - |
| HSV(B) | 177.69º | 0.51% | 0.99% | - |
| XYZ | 60.24 | 81.24 | 101.31 | - |
| YUV | 213.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 248 | 0.51 | 0 | 0.02 | 0.01 | 177.69 | 0.97 | 0.74 |
| Hex | 7B | FD | F8 | 33 | 0 | 2 | 1 | B2 | 61 | 4A |
| Octal | 173 | 375 | 370 | 63 | 0 | 2 | 1 | 262 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11111000 | 110011 | 0 | 10 | 1 | 10110010 | 1100001 | 1001010 |
Color Harmonies of #7BFDF8
Complementary color
Monochromatic Colors of #7BFDF8
Black with #7BFDF8
Text Example
Text Example
White with #7BFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDF8; }
p { color: rgb(123,253,248); }
H1.HeaderClassName
{
color: #7BFDF8;
}
.AnyTagClassName
{
color: #7BFDF8;
}
</style>
background-color css
<style>
a { background-color: #7BFDF8; }
a { background-color: rgb(123,253,248); }
div.DivClassName
{
background-color: #7BFDF8;
}
.BgClassName
{
background-color: #7BFDF8;
}
</style>
border-color css
<style>
span { border-color: #7BFDF8; }
span { border-color: rgb(123,253,248); }
td.TdClassName
{
border-color: #7BFDF8;
}
.TagClassName
{
border-color: #7BFDF8;
}
</style>