Shades of Electric Blue #7AF3FE
Tints of Electric Blue #7AF3FE
RGB
CMYK
RGB Variations
Color information
#7AF3FE (or 0x7AF3FE) is known color: Electric Blue. HEX triplet: 7A, F3 and FE. RGB value is (122,243,254). Sum of RGB (Red+Green+Blue) = 122+243+254=619 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.71% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF3FE is #850C01. Grayscale: #CFCFCF. Windows color (decimal): -8719362 or 16708474. OLE color: 16708474.
HSL color Cylindrical-coordinate representation of color #7AF3FE: hue angle of 185º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF3FE is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 243 | 254 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.00 |
| HSL | 185º | 0.99% | 0.74% | - |
| HSV(B) | 185º | 0.52% | 1% | - |
| XYZ | 57.97 | 75.39 | 105.26 | - |
| YUV | 208.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 254 | 0.52 | 0.04 | 0 | 0.00 | 185 | 0.99 | 0.74 |
| Hex | 7A | F3 | FE | 34 | 4 | 0 | 0 | B9 | 63 | 4A |
| Octal | 172 | 363 | 376 | 64 | 4 | 0 | 0 | 271 | 143 | 112 |
| Binary | 1111010 | 11110011 | 11111110 | 110100 | 100 | 0 | 0 | 10111001 | 1100011 | 1001010 |
Color Harmonies of #7AF3FE
Complementary color
Monochromatic Colors of #7AF3FE
Black with #7AF3FE
Text Example
Text Example
White with #7AF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3FE; }
p { color: rgb(122,243,254); }
H1.HeaderClassName
{
color: #7AF3FE;
}
.AnyTagClassName
{
color: #7AF3FE;
}
</style>
background-color css
<style>
a { background-color: #7AF3FE; }
a { background-color: rgb(122,243,254); }
div.DivClassName
{
background-color: #7AF3FE;
}
.BgClassName
{
background-color: #7AF3FE;
}
</style>
border-color css
<style>
span { border-color: #7AF3FE; }
span { border-color: rgb(122,243,254); }
td.TdClassName
{
border-color: #7AF3FE;
}
.TagClassName
{
border-color: #7AF3FE;
}
</style>