Shades of Electric Blue #7FFBFB
Tints of Electric Blue #7FFBFB
RGB
CMYK
RGB Variations
Color information
#7FFBFB (or 0x7FFBFB) is known color: Electric Blue. HEX triplet: 7F, FB and FB. RGB value is (127,251,251). Sum of RGB (Red+Green+Blue) = 127+251+251=629 (83% of max value = 765). Red value is 127 (50% from 255 or 20.19% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #7FFBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBFB is #800404. Grayscale: #D5D5D5. Windows color (decimal): -8389637 or 16513919. OLE color: 16513919.
HSL color Cylindrical-coordinate representation of color #7FFBFB: hue angle of 180º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBFB is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 251 | - |
| CMYK | 0.49 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.74% | - |
| HSV(B) | 180º | 0.49% | 0.98% | - |
| XYZ | 60.66 | 80.47 | 103.6 | - |
| YUV | 213.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 251 | 0.49 | 0 | 0 | 0.02 | 180 | 0.94 | 0.74 |
| Hex | 7F | FB | FB | 31 | 0 | 0 | 2 | B4 | 5E | 4A |
| Octal | 177 | 373 | 373 | 61 | 0 | 0 | 2 | 264 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11111011 | 110001 | 0 | 0 | 10 | 10110100 | 1011110 | 1001010 |
Color Harmonies of #7FFBFB
Complementary color
Monochromatic Colors of #7FFBFB
Black with #7FFBFB
Text Example
Text Example
White with #7FFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBFB; }
p { color: rgb(127,251,251); }
H1.HeaderClassName
{
color: #7FFBFB;
}
.AnyTagClassName
{
color: #7FFBFB;
}
</style>
background-color css
<style>
a { background-color: #7FFBFB; }
a { background-color: rgb(127,251,251); }
div.DivClassName
{
background-color: #7FFBFB;
}
.BgClassName
{
background-color: #7FFBFB;
}
</style>
border-color css
<style>
span { border-color: #7FFBFB; }
span { border-color: rgb(127,251,251); }
td.TdClassName
{
border-color: #7FFBFB;
}
.TagClassName
{
border-color: #7FFBFB;
}
</style>