Shades of Electric Blue #7AF3E9
Tints of Electric Blue #7AF3E9
RGB
CMYK
RGB Variations
Color information
#7AF3E9 (or 0x7AF3E9) is known color: Electric Blue. HEX triplet: 7A, F3 and E9. RGB value is (122,243,233). Sum of RGB (Red+Green+Blue) = 122+243+233=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF3E9 is #850C16. Grayscale: #CDCDCD. Windows color (decimal): -8719383 or 15332218. OLE color: 15332218.
HSL color Cylindrical-coordinate representation of color #7AF3E9: hue angle of 175.04º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF3E9 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 233 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.05 |
| HSL | 175.04º | 0.83% | 0.72% | - |
| HSV(B) | 175.04º | 0.5% | 0.95% | - |
| XYZ | 54.78 | 74.12 | 88.51 | - |
| YUV | 205.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 233 | 0.50 | 0 | 0.04 | 0.05 | 175.04 | 0.83 | 0.72 |
| Hex | 7A | F3 | E9 | 32 | 0 | 4 | 5 | AF | 53 | 48 |
| Octal | 172 | 363 | 351 | 62 | 0 | 4 | 5 | 257 | 123 | 110 |
| Binary | 1111010 | 11110011 | 11101001 | 110010 | 0 | 100 | 101 | 10101111 | 1010011 | 1001000 |
Color Harmonies of #7AF3E9
Complementary color
Monochromatic Colors of #7AF3E9
Black with #7AF3E9
Text Example
Text Example
White with #7AF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3E9; }
p { color: rgb(122,243,233); }
H1.HeaderClassName
{
color: #7AF3E9;
}
.AnyTagClassName
{
color: #7AF3E9;
}
</style>
background-color css
<style>
a { background-color: #7AF3E9; }
a { background-color: rgb(122,243,233); }
div.DivClassName
{
background-color: #7AF3E9;
}
.BgClassName
{
background-color: #7AF3E9;
}
</style>
border-color css
<style>
span { border-color: #7AF3E9; }
span { border-color: rgb(122,243,233); }
td.TdClassName
{
border-color: #7AF3E9;
}
.TagClassName
{
border-color: #7AF3E9;
}
</style>