Shades of Electric Blue #7AF1FB
Tints of Electric Blue #7AF1FB
RGB
CMYK
RGB Variations
Color information
#7AF1FB (or 0x7AF1FB) is known color: Electric Blue. HEX triplet: 7A, F1 and FB. RGB value is (122,241,251). Sum of RGB (Red+Green+Blue) = 122+241+251=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AF1FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF1FB is #850E04. Grayscale: #CECECE. Windows color (decimal): -8719877 or 16511354. OLE color: 16511354.
HSL color Cylindrical-coordinate representation of color #7AF1FB: hue angle of 184.65º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF1FB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 241 | 251 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.02 |
| HSL | 184.65º | 0.94% | 0.73% | - |
| HSV(B) | 184.65º | 0.51% | 0.98% | - |
| XYZ | 56.89 | 74.01 | 102.55 | - |
| YUV | 206.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 251 | 0.51 | 0.04 | 0 | 0.02 | 184.65 | 0.94 | 0.73 |
| Hex | 7A | F1 | FB | 33 | 4 | 0 | 2 | B9 | 5E | 49 |
| Octal | 172 | 361 | 373 | 63 | 4 | 0 | 2 | 271 | 136 | 111 |
| Binary | 1111010 | 11110001 | 11111011 | 110011 | 100 | 0 | 10 | 10111001 | 1011110 | 1001001 |
Color Harmonies of #7AF1FB
Complementary color
Monochromatic Colors of #7AF1FB
Black with #7AF1FB
Text Example
Text Example
White with #7AF1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1FB; }
p { color: rgb(122,241,251); }
H1.HeaderClassName
{
color: #7AF1FB;
}
.AnyTagClassName
{
color: #7AF1FB;
}
</style>
background-color css
<style>
a { background-color: #7AF1FB; }
a { background-color: rgb(122,241,251); }
div.DivClassName
{
background-color: #7AF1FB;
}
.BgClassName
{
background-color: #7AF1FB;
}
</style>
border-color css
<style>
span { border-color: #7AF1FB; }
span { border-color: rgb(122,241,251); }
td.TdClassName
{
border-color: #7AF1FB;
}
.TagClassName
{
border-color: #7AF1FB;
}
</style>