Shades of Electric Blue #7AF4FF
Tints of Electric Blue #7AF4FF
RGB
CMYK
RGB Variations
Color information
#7AF4FF (or 0x7AF4FF) is known color: Electric Blue. HEX triplet: 7A, F4 and FF. RGB value is (122,244,255). Sum of RGB (Red+Green+Blue) = 122+244+255=621 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.65% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AF4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF4FF is #850B00. Grayscale: #D0D0D0. Windows color (decimal): -8719105 or 16774266. OLE color: 16774266.
HSL color Cylindrical-coordinate representation of color #7AF4FF: hue angle of 184.96º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF4FF is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 244 | 255 | - |
| CMYK | 0.52 | 0.04 | 0 | 0 |
| HSL | 184.96º | 1% | 0.74% | - |
| HSV(B) | 184.96º | 0.52% | 1% | - |
| XYZ | 58.43 | 76.06 | 106.21 | - |
| YUV | 208.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 255 | 0.52 | 0.04 | 0 | 0 | 184.96 | 1 | 0.74 |
| Hex | 7A | F4 | FF | 34 | 4 | 0 | 0 | B9 | 64 | 4A |
| Octal | 172 | 364 | 377 | 64 | 4 | 0 | 0 | 271 | 144 | 112 |
| Binary | 1111010 | 11110100 | 11111111 | 110100 | 100 | 0 | 0 | 10111001 | 1100100 | 1001010 |
Color Harmonies of #7AF4FF
Complementary color
Monochromatic Colors of #7AF4FF
Black with #7AF4FF
Text Example
Text Example
White with #7AF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF4FF; }
p { color: rgb(122,244,255); }
H1.HeaderClassName
{
color: #7AF4FF;
}
.AnyTagClassName
{
color: #7AF4FF;
}
</style>
background-color css
<style>
a { background-color: #7AF4FF; }
a { background-color: rgb(122,244,255); }
div.DivClassName
{
background-color: #7AF4FF;
}
.BgClassName
{
background-color: #7AF4FF;
}
</style>
border-color css
<style>
span { border-color: #7AF4FF; }
span { border-color: rgb(122,244,255); }
td.TdClassName
{
border-color: #7AF4FF;
}
.TagClassName
{
border-color: #7AF4FF;
}
</style>