#7AFEF1

Color #7AFEF1 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7AFEF1

Tints of Electric Blue #7AFEF1

Color information

#7AFEF1 (or 0x7AFEF1) is unknown color: approx Electric Blue. HEX triplet: 7A, FE and F1. RGB value is (122,254,241). Sum of RGB (Red+Green+Blue) = 122+254+241=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEF1 is #85010E. Grayscale: #D4D4D4. Windows color (decimal): -8716559 or 15859322. OLE color: 15859322.

HSL color Cylindrical-coordinate representation of color #7AFEF1: hue angle of 174.09º 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 #7AFEF1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB122254241-
CMYK0.5200.050.00
HSL174.09º98.51%73.73%-
HSV(B)174.09º51.97%99.61%-
XYZ59.3581.3795.8-
YUV213.05143.7763.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 19.77%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=19.77%
G=41.17%
B=39.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1222542410.5200.050.00174.0998.5173.73
Hex7AFEF134050ae634a
Octal17237636164050256143112
Binary11110101111111011110001110100010101010111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AFEF1; }

 p { color: rgb(122,254,241); }

 H1.HeaderClassName
 {
   color: #7AFEF1;
 }
 .AnyTagClassName
 {
   color: #7AFEF1;
 }
</style>
background-color css

<style>
 a { background-color: #7AFEF1; }

 a { background-color: rgb(122,254,241); }

 div.DivClassName
 {
   background-color: #7AFEF1;
 }
 .BgClassName
 {
   background-color: #7AFEF1;
 }
</style>
border-color css

<style>
 span { border-color: #7AFEF1; }

 span { border-color: rgb(122,254,241); }

 td.TdClassName
 {
   border-color: #7AFEF1;
 }
 .TagClassName
 {
   border-color: #7AFEF1;
 }
</style>