Shades of Electric Blue #7AF9F5
Tints of Electric Blue #7AF9F5
RGB
CMYK
RGB Variations
Color information
#7AF9F5 (or 0x7AF9F5) is known color: Electric Blue. HEX triplet: 7A, F9 and F5. RGB value is (122,249,245). Sum of RGB (Red+Green+Blue) = 122+249+245=616 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.81% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9F5 is #85060A. Grayscale: #D2D2D2. Windows color (decimal): -8717835 or 16120186. OLE color: 16120186.
HSL color Cylindrical-coordinate representation of color #7AF9F5: hue angle of 178.11º 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 #7AF9F5 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 245 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.02 |
| HSL | 178.11º | 0.91% | 0.73% | - |
| HSV(B) | 178.11º | 0.51% | 0.98% | - |
| XYZ | 58.38 | 78.48 | 98.46 | - |
| YUV | 210.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 245 | 0.51 | 0 | 0.02 | 0.02 | 178.11 | 0.91 | 0.73 |
| Hex | 7A | F9 | F5 | 33 | 0 | 2 | 2 | B2 | 5B | 49 |
| Octal | 172 | 371 | 365 | 63 | 0 | 2 | 2 | 262 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11110101 | 110011 | 0 | 10 | 10 | 10110010 | 1011011 | 1001001 |
Color Harmonies of #7AF9F5
Complementary color
Monochromatic Colors of #7AF9F5
Black with #7AF9F5
Text Example
Text Example
White with #7AF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9F5; }
p { color: rgb(122,249,245); }
H1.HeaderClassName
{
color: #7AF9F5;
}
.AnyTagClassName
{
color: #7AF9F5;
}
</style>
background-color css
<style>
a { background-color: #7AF9F5; }
a { background-color: rgb(122,249,245); }
div.DivClassName
{
background-color: #7AF9F5;
}
.BgClassName
{
background-color: #7AF9F5;
}
</style>
border-color css
<style>
span { border-color: #7AF9F5; }
span { border-color: rgb(122,249,245); }
td.TdClassName
{
border-color: #7AF9F5;
}
.TagClassName
{
border-color: #7AF9F5;
}
</style>