Shades of Electric Blue #7AF1E6
Tints of Electric Blue #7AF1E6
RGB
CMYK
RGB Variations
Color information
#7AF1E6 (or 0x7AF1E6) is known color: Electric Blue. HEX triplet: 7A, F1 and E6. RGB value is (122,241,230). Sum of RGB (Red+Green+Blue) = 122+241+230=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF1E6 is #850E19. Grayscale: #CCCCCC. Windows color (decimal): -8719898 or 15135098. OLE color: 15135098.
HSL color Cylindrical-coordinate representation of color #7AF1E6: hue angle of 174.45º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1E6 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 230 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.05 |
| HSL | 174.45º | 0.81% | 0.71% | - |
| HSV(B) | 174.45º | 0.49% | 0.95% | - |
| XYZ | 53.76 | 72.76 | 86.07 | - |
| YUV | 204.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 230 | 0.49 | 0 | 0.05 | 0.05 | 174.45 | 0.81 | 0.71 |
| Hex | 7A | F1 | E6 | 31 | 0 | 5 | 5 | AE | 51 | 47 |
| Octal | 172 | 361 | 346 | 61 | 0 | 5 | 5 | 256 | 121 | 107 |
| Binary | 1111010 | 11110001 | 11100110 | 110001 | 0 | 101 | 101 | 10101110 | 1010001 | 1000111 |
Color Harmonies of #7AF1E6
Complementary color
Monochromatic Colors of #7AF1E6
Black with #7AF1E6
Text Example
Text Example
White with #7AF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1E6; }
p { color: rgb(122,241,230); }
H1.HeaderClassName
{
color: #7AF1E6;
}
.AnyTagClassName
{
color: #7AF1E6;
}
</style>
background-color css
<style>
a { background-color: #7AF1E6; }
a { background-color: rgb(122,241,230); }
div.DivClassName
{
background-color: #7AF1E6;
}
.BgClassName
{
background-color: #7AF1E6;
}
</style>
border-color css
<style>
span { border-color: #7AF1E6; }
span { border-color: rgb(122,241,230); }
td.TdClassName
{
border-color: #7AF1E6;
}
.TagClassName
{
border-color: #7AF1E6;
}
</style>