Shades of Electric Blue #7AF9FF
Tints of Electric Blue #7AF9FF
RGB
CMYK
RGB Variations
Color information
#7AF9FF (or 0x7AF9FF) is known color: Electric Blue. HEX triplet: 7A, F9 and FF. RGB value is (122,249,255). Sum of RGB (Red+Green+Blue) = 122+249+255=626 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.49% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AF9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9FF is #850600. Grayscale: #D3D3D3. Windows color (decimal): -8717825 or 16775546. OLE color: 16775546.
HSL color Cylindrical-coordinate representation of color #7AF9FF: hue angle of 182.71º 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 #7AF9FF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 249 | 255 | - |
| CMYK | 0.52 | 0.02 | 0 | 0 |
| HSL | 182.71º | 1% | 0.74% | - |
| HSV(B) | 182.71º | 0.52% | 1% | - |
| XYZ | 59.95 | 79.11 | 106.72 | - |
| YUV | 211.71 | 152.42 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 255 | 0.52 | 0.02 | 0 | 0 | 182.71 | 1 | 0.74 |
| Hex | 7A | F9 | FF | 34 | 2 | 0 | 0 | B7 | 64 | 4A |
| Octal | 172 | 371 | 377 | 64 | 2 | 0 | 0 | 267 | 144 | 112 |
| Binary | 1111010 | 11111001 | 11111111 | 110100 | 10 | 0 | 0 | 10110111 | 1100100 | 1001010 |
Color Harmonies of #7AF9FF
Complementary color
Monochromatic Colors of #7AF9FF
Black with #7AF9FF
Text Example
Text Example
White with #7AF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9FF; }
p { color: rgb(122,249,255); }
H1.HeaderClassName
{
color: #7AF9FF;
}
.AnyTagClassName
{
color: #7AF9FF;
}
</style>
background-color css
<style>
a { background-color: #7AF9FF; }
a { background-color: rgb(122,249,255); }
div.DivClassName
{
background-color: #7AF9FF;
}
.BgClassName
{
background-color: #7AF9FF;
}
</style>
border-color css
<style>
span { border-color: #7AF9FF; }
span { border-color: rgb(122,249,255); }
td.TdClassName
{
border-color: #7AF9FF;
}
.TagClassName
{
border-color: #7AF9FF;
}
</style>