Shades of Electric Blue #7BF6FF
Tints of Electric Blue #7BF6FF
RGB
CMYK
RGB Variations
Color information
#7BF6FF (or 0x7BF6FF) is known color: Electric Blue. HEX triplet: 7B, F6 and FF. RGB value is (123,246,255). Sum of RGB (Red+Green+Blue) = 123+246+255=624 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.71% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BF6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6FF is #840900. Grayscale: #D2D2D2. Windows color (decimal): -8653057 or 16774779. OLE color: 16774779.
HSL color Cylindrical-coordinate representation of color #7BF6FF: hue angle of 184.09º 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 #7BF6FF is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 246 | 255 | - |
| CMYK | 0.52 | 0.04 | 0 | 0 |
| HSL | 184.09º | 1% | 0.74% | - |
| HSV(B) | 184.09º | 0.52% | 1% | - |
| XYZ | 59.17 | 77.34 | 106.42 | - |
| YUV | 210.25 | 153.25 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 246 | 255 | 0.52 | 0.04 | 0 | 0 | 184.09 | 1 | 0.74 |
| Hex | 7B | F6 | FF | 34 | 4 | 0 | 0 | B8 | 64 | 4A |
| Octal | 173 | 366 | 377 | 64 | 4 | 0 | 0 | 270 | 144 | 112 |
| Binary | 1111011 | 11110110 | 11111111 | 110100 | 100 | 0 | 0 | 10111000 | 1100100 | 1001010 |
Color Harmonies of #7BF6FF
Complementary color
Monochromatic Colors of #7BF6FF
Black with #7BF6FF
Text Example
Text Example
White with #7BF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF6FF; }
p { color: rgb(123,246,255); }
H1.HeaderClassName
{
color: #7BF6FF;
}
.AnyTagClassName
{
color: #7BF6FF;
}
</style>
background-color css
<style>
a { background-color: #7BF6FF; }
a { background-color: rgb(123,246,255); }
div.DivClassName
{
background-color: #7BF6FF;
}
.BgClassName
{
background-color: #7BF6FF;
}
</style>
border-color css
<style>
span { border-color: #7BF6FF; }
span { border-color: rgb(123,246,255); }
td.TdClassName
{
border-color: #7BF6FF;
}
.TagClassName
{
border-color: #7BF6FF;
}
</style>