#7AFFF3

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

Shades of Electric Blue #7AFFF3

Tints of Electric Blue #7AFFF3

Color information

#7AFFF3 (or 0x7AFFF3) is unknown color: approx Electric Blue. HEX triplet: 7A, FF and F3. RGB value is (122,255,243). Sum of RGB (Red+Green+Blue) = 122+255+243=620 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.68% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFF3 is #85000C. Grayscale: #D5D5D5. Windows color (decimal): -8716301 or 15990650. OLE color: 15990650.

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

Color convert

RGB122255243-
CMYK0.5200.050
HSL174.59º100%73.92%-
HSV(B)174.59º52.16%100%-
XYZ59.9682.1397.49-
YUV213.86144.4462.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.68%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=19.68%
G=41.13%
B=39.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552430.5200.050174.5910073.92
Hex7AFFF334050af644a
Octal17237736364050257144112
Binary11110101111111111110011110100010101010111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,255,243); }

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

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

 a { background-color: rgb(122,255,243); }

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

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

 span { border-color: rgb(122,255,243); }

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