Shades of Electric Blue #7BFDFF
Tints of Electric Blue #7BFDFF
RGB
CMYK
RGB Variations
Color information
#7BFDFF (or 0x7BFDFF) is known color: Electric Blue. HEX triplet: 7B, FD and FF. RGB value is (123,253,255). Sum of RGB (Red+Green+Blue) = 123+253+255=631 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.49% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BFDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDFF is #840200. Grayscale: #D6D6D6. Windows color (decimal): -8651265 or 16776571. OLE color: 16776571.
HSL color Cylindrical-coordinate representation of color #7BFDFF: hue angle of 180.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFDFF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 253 | 255 | - |
| CMYK | 0.52 | 0.01 | 0 | 0 |
| HSL | 180.91º | 1% | 0.74% | - |
| HSV(B) | 180.91º | 0.52% | 1% | - |
| XYZ | 61.34 | 81.68 | 107.14 | - |
| YUV | 214.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 255 | 0.52 | 0.01 | 0 | 0 | 180.91 | 1 | 0.74 |
| Hex | 7B | FD | FF | 34 | 1 | 0 | 0 | B5 | 64 | 4A |
| Octal | 173 | 375 | 377 | 64 | 1 | 0 | 0 | 265 | 144 | 112 |
| Binary | 1111011 | 11111101 | 11111111 | 110100 | 1 | 0 | 0 | 10110101 | 1100100 | 1001010 |
Color Harmonies of #7BFDFF
Complementary color
Monochromatic Colors of #7BFDFF
Black with #7BFDFF
Text Example
Text Example
White with #7BFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDFF; }
p { color: rgb(123,253,255); }
H1.HeaderClassName
{
color: #7BFDFF;
}
.AnyTagClassName
{
color: #7BFDFF;
}
</style>
background-color css
<style>
a { background-color: #7BFDFF; }
a { background-color: rgb(123,253,255); }
div.DivClassName
{
background-color: #7BFDFF;
}
.BgClassName
{
background-color: #7BFDFF;
}
</style>
border-color css
<style>
span { border-color: #7BFDFF; }
span { border-color: rgb(123,253,255); }
td.TdClassName
{
border-color: #7BFDFF;
}
.TagClassName
{
border-color: #7BFDFF;
}
</style>