Shades of Electric Blue #7BFAFF
Tints of Electric Blue #7BFAFF
RGB
CMYK
RGB Variations
Color information
#7BFAFF (or 0x7BFAFF) is known color: Electric Blue. HEX triplet: 7B, FA and FF. RGB value is (123,250,255). Sum of RGB (Red+Green+Blue) = 123+250+255=628 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.59% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAFF is #840500. Grayscale: #D4D4D4. Windows color (decimal): -8652033 or 16775803. OLE color: 16775803.
HSL color Cylindrical-coordinate representation of color #7BFAFF: hue angle of 182.27º 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 #7BFAFF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 250 | 255 | - |
| CMYK | 0.52 | 0.02 | 0 | 0 |
| HSL | 182.27º | 1% | 0.74% | - |
| HSV(B) | 182.27º | 0.52% | 1% | - |
| XYZ | 60.4 | 79.8 | 106.83 | - |
| YUV | 212.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 255 | 0.52 | 0.02 | 0 | 0 | 182.27 | 1 | 0.74 |
| Hex | 7B | FA | FF | 34 | 2 | 0 | 0 | B6 | 64 | 4A |
| Octal | 173 | 372 | 377 | 64 | 2 | 0 | 0 | 266 | 144 | 112 |
| Binary | 1111011 | 11111010 | 11111111 | 110100 | 10 | 0 | 0 | 10110110 | 1100100 | 1001010 |
Color Harmonies of #7BFAFF
Complementary color
Monochromatic Colors of #7BFAFF
Black with #7BFAFF
Text Example
Text Example
White with #7BFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAFF; }
p { color: rgb(123,250,255); }
H1.HeaderClassName
{
color: #7BFAFF;
}
.AnyTagClassName
{
color: #7BFAFF;
}
</style>
background-color css
<style>
a { background-color: #7BFAFF; }
a { background-color: rgb(123,250,255); }
div.DivClassName
{
background-color: #7BFAFF;
}
.BgClassName
{
background-color: #7BFAFF;
}
</style>
border-color css
<style>
span { border-color: #7BFAFF; }
span { border-color: rgb(123,250,255); }
td.TdClassName
{
border-color: #7BFAFF;
}
.TagClassName
{
border-color: #7BFAFF;
}
</style>