Shades of Electric Blue #7AF9E9
Tints of Electric Blue #7AF9E9
RGB
CMYK
RGB Variations
Color information
#7AF9E9 (or 0x7AF9E9) is known color: Electric Blue. HEX triplet: 7A, F9 and E9. RGB value is (122,249,233). Sum of RGB (Red+Green+Blue) = 122+249+233=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9E9 is #850616. Grayscale: #D1D1D1. Windows color (decimal): -8717847 or 15333754. OLE color: 15333754.
HSL color Cylindrical-coordinate representation of color #7AF9E9: hue angle of 172.44º degrees, saturation: 0.91, 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 #7AF9E9 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 233 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.02 |
| HSL | 172.44º | 0.91% | 0.73% | - |
| HSV(B) | 172.44º | 0.51% | 0.98% | - |
| XYZ | 56.61 | 77.77 | 89.12 | - |
| YUV | 209.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 233 | 0.51 | 0 | 0.06 | 0.02 | 172.44 | 0.91 | 0.73 |
| Hex | 7A | F9 | E9 | 33 | 0 | 6 | 2 | AC | 5B | 49 |
| Octal | 172 | 371 | 351 | 63 | 0 | 6 | 2 | 254 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11101001 | 110011 | 0 | 110 | 10 | 10101100 | 1011011 | 1001001 |
Color Harmonies of #7AF9E9
Complementary color
Monochromatic Colors of #7AF9E9
Black with #7AF9E9
Text Example
Text Example
White with #7AF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9E9; }
p { color: rgb(122,249,233); }
H1.HeaderClassName
{
color: #7AF9E9;
}
.AnyTagClassName
{
color: #7AF9E9;
}
</style>
background-color css
<style>
a { background-color: #7AF9E9; }
a { background-color: rgb(122,249,233); }
div.DivClassName
{
background-color: #7AF9E9;
}
.BgClassName
{
background-color: #7AF9E9;
}
</style>
border-color css
<style>
span { border-color: #7AF9E9; }
span { border-color: rgb(122,249,233); }
td.TdClassName
{
border-color: #7AF9E9;
}
.TagClassName
{
border-color: #7AF9E9;
}
</style>