Shades of Electric Blue #7BFCFC
Tints of Electric Blue #7BFCFC
RGB
CMYK
RGB Variations
Color information
#7BFCFC (or 0x7BFCFC) is known color: Electric Blue. HEX triplet: 7B, FC and FC. RGB value is (123,252,252). Sum of RGB (Red+Green+Blue) = 123+252+252=627 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.62% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #7BFCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCFC is #840303. Grayscale: #D5D5D5. Windows color (decimal): -8651524 or 16579707. OLE color: 16579707.
HSL color Cylindrical-coordinate representation of color #7BFCFC: hue angle of 180º degrees, saturation: 0.96, 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 #7BFCFC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 252 | - |
| CMYK | 0.51 | 0 | 0 | 0.01 |
| HSL | 180º | 0.96% | 0.74% | - |
| HSV(B) | 180º | 0.51% | 0.99% | - |
| XYZ | 60.55 | 80.86 | 104.51 | - |
| YUV | 213.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 252 | 0.51 | 0 | 0 | 0.01 | 180 | 0.96 | 0.74 |
| Hex | 7B | FC | FC | 33 | 0 | 0 | 1 | B4 | 60 | 4A |
| Octal | 173 | 374 | 374 | 63 | 0 | 0 | 1 | 264 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11111100 | 110011 | 0 | 0 | 1 | 10110100 | 1100000 | 1001010 |
Color Harmonies of #7BFCFC
Complementary color
Monochromatic Colors of #7BFCFC
Black with #7BFCFC
Text Example
Text Example
White with #7BFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCFC; }
p { color: rgb(123,252,252); }
H1.HeaderClassName
{
color: #7BFCFC;
}
.AnyTagClassName
{
color: #7BFCFC;
}
</style>
background-color css
<style>
a { background-color: #7BFCFC; }
a { background-color: rgb(123,252,252); }
div.DivClassName
{
background-color: #7BFCFC;
}
.BgClassName
{
background-color: #7BFCFC;
}
</style>
border-color css
<style>
span { border-color: #7BFCFC; }
span { border-color: rgb(123,252,252); }
td.TdClassName
{
border-color: #7BFCFC;
}
.TagClassName
{
border-color: #7BFCFC;
}
</style>